You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating an Authoritative Zone in DNS using the current client, only the desired FQDN is accepted as an argument. This does not allow a user to set a Nameserver Group, or the TTLs for SOA records, for instance.
Add the following fields for Authoritative Zone resources. These are already present in the Infoblox NIOS API, they just aren't exposed here in the Go Client.
ns_group
restart_if_needed
comment
soa_default_ttl
soa_expire
soa_negative_ttl
soa_refresh
soa_retry
Related Work
With these fields exposed in the Infoblox Go Client, we can then add an Authoritative Zone resource to the Infoblox Terraform Provider.
Context
When creating an Authoritative Zone in DNS using the current client, only the desired FQDN is accepted as an argument. This does not allow a user to set a Nameserver Group, or the TTLs for SOA records, for instance.
Proposed Changes
Add the following fields for Authoritative Zone resources. These are already present in the Infoblox NIOS API, they just aren't exposed here in the Go Client.
ns_group
restart_if_needed
comment
soa_default_ttl
soa_expire
soa_negative_ttl
soa_refresh
soa_retry
Related Work
With these fields exposed in the Infoblox Go Client, we can then add an Authoritative Zone resource to the Infoblox Terraform Provider.
The text was updated successfully, but these errors were encountered: