- Added the
mutable
attribute on thelivedns_records
ressource. When this attribute is set totrue
, some elements in theTXT
value list can be managed outside from Terraform. This allows bots to add entries to aTXT
record managed by the Gandi Terraform provider: they won't be removed on the nextterraform apply
!
- When a record has been manually removed (from the web UI for instance), the provider now recreates it.
- When importing a domain resource, the provider no longer imports nameservers when if LiveDNS is enabled on the domain: LiveDNS manages the nameservers and they can be updated by Gandi without any user intervention, leading to Terraform state incoherences.
After months of being used with success, here is the first release!