vultr / terraform-provider-vultr

Terraform Vultr provider
https://www.terraform.io/docs/providers/vultr/
Mozilla Public License 2.0
192 stars 65 forks source link

[Feature] - Support SOA settings for vutlr_dns_domain #285

Open Routhinator opened 2 years ago

Routhinator commented 2 years ago

Is your feature request related to a problem? Please describe. There is support for managing SOA settings for a domain via the Vultr API, but this configuration is not yet manipulated by the provider.

Describe the solution you'd like I would like the SOA settings to be added to the vultr_dns_domain resource so we can set the SOA email at minimum for DNS via Terraform

Describe alternatives you've considered Not applicable to this request

Additional context Vultr DNS Domain SOA API Docs

optik-aper commented 2 years ago

This looks like it should be possible. We'll look to support it in a data source & resource where appropriate.

blisscs commented 1 month ago

Hi there,

I would also like to have this feature. Do you have any updates on this?