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 record content value #167

Closed DXTimer closed 10 months ago

DXTimer commented 10 months ago

As part of increasing our RFC compliance for TXT records we may normalize user-provided content and as a result unless the user provides a normalized version of the record value we will incorrectly write the normalized value to the state resulting in mismatch between the configuration and the written state.

Fixes https://github.com/dnsimple/terraform-provider-dnsimple/issues/165