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

Trim trailing dot (root) from name servers in the `dnsimple_domain_delegation` resource #203

Closed DXTimer closed 6 months ago

DXTimer commented 6 months ago

It was brought up some time ago that having fully qualified name server entries (i.e. with a . at the end) would result in perma diff since our API normalizes the entries and returns the normalized entries creating the difference. Since this is a known behaviour it made sense for the provider to acknowledge it and handle this case.

Closes https://github.com/dnsimple/terraform-provider-dnsimple/issues/138