Valodim / terraform-provider-desec

A terraform provider for desec.io
MIT License
12 stars 7 forks source link

Long TXT records are automatically split on add which marks them as changed when checking state #3

Closed envy closed 3 years ago

envy commented 3 years ago

Long TXT records are automatically split into multiple strings on insert which is fine. However, when retrieving the current state, these are not merged together before comparing them against the string in the terraform file.

Examples for this are long DKIM keys.

Would be nice if the provider could merge them together before comparing them.

Valodim commented 3 years ago

done