dnsimple / terraform-provider-dnsimple

Terraform DNSimple provider.
https://www.terraform.io/docs/providers/dnsimple/
Mozilla Public License 2.0
22 stars 20 forks source link

Handle normalized name value for zone_record resource #207

Closed DXTimer closed 6 months ago

DXTimer commented 6 months ago

This PR ensure that we correctly handle the cases where the dnsimple_zone_record name attribute has been normalized by the API.

Closes #196