Closed bsmithtm closed 7 months ago
Yes please. that would be indeed very much welcome.
I think this can be closed due to recently merging this PR: https://github.com/infobloxopen/terraform-provider-infoblox/pull/317.
As it is already merged as in PR #317, Hence closing the issue
Context
The current provider and Go Client do not offer the ability to manage Authoritative DNS Zones in Infoblox. This would be very useful for teams that want to manage DNS in Infoblox alongside all their other infrastructure being created in Terraform.
The Authoritative Zone resource and fields are already present in the Infoblox NIOS API, they just aren't exposed in the Go Client or Terraform Provider yet.
Proposed Changes
Add a new schema for an
infoblox_zone_auth
resource that includes the relevant fields, and the requisite functions to create and manage the resource.Example Usage
Related Work
To enable this feature in the provider, we've also submitted an Issue and PR to the infoblox-go-client to enable the relevant fields on Authoritative Zone resources.