terraform-provider-digitalocean icon indicating copy to clipboard operation
terraform-provider-digitalocean copied to clipboard

Return NS records from digitalocean_domain

Open glenjamin opened this issue 7 years ago • 2 comments

Terraform Version

Terraform v0.11.1
+ provider.digitalocean v0.1.2

Affected Resource(s)

  • digitalocean_domain

Expected Behavior

domain should export generated NS records

Actual Behavior

domain doesn't export any generated NS records

glenjamin avatar Dec 03 '17 20:12 glenjamin

+1

Currently, when a domain is added, the 3 default NS records and an A record are generated by DO. There should be a way to remove these.

atif089 avatar May 20 '18 03:05 atif089

I agree ... when a domain is added three NS records are automatically created under the hood but not in the terraform output. Entering a new domain into the UI doesn't automatically create NS records (1 or 3) and seems like it shouldn't through the terraform provider/API either ... minor detail but worth addressing.

Terraform v0.11.10
+ provider.digitalocean v1.0.2

nwbt avatar Oct 27 '18 20:10 nwbt