dnsimple / terraform-provider-dnsimple

Terraform DNSimple provider.
https://www.terraform.io/docs/providers/dnsimple/
Mozilla Public License 2.0
21 stars 20 forks source link

Implement `dnsimple_domain_delegation` resource #99

Closed ghost closed 1 year ago

ghost commented 1 year ago

This creates a resource that will take control of a domain's delegation settings and allow management via Terraform. When the resource is destroyed, only the Terraform state is removed; the domain delegation is kept as is and will no longer be managed by Terraform.

DXTimer commented 1 year ago

QAd and the resource works exactly as expected. After the comments are addressed this should be good to go.