Valodim/terraform-provider-desec

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

envy opened this issue · 1 comments

envy commented

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.

done