Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Authoritative Zone resource #238

Closed
wants to merge 4 commits into from

Conversation

bsmithtm
Copy link

Fixes #237.

This adds a new infoblox_zone_auth resource with the functions required to create and manage them. It includes a new doc for the new resource with example usage as well.

NOTE: It depends on the following PR being merged in the infoblox-go-client, to expose the necessary Authoritative Zone fields.

@bsmithtm
Copy link
Author

Hi @skudriavtsev thanks again for the review and comments!

The Update function had not been implemented in the Go Client when I originally created this PR.

Over in the matching Go Client PR I have now implemented the UpdateZoneAuth() function. Here I've implemented resourceZoneAuthUpdate() to use the new function and succeeded with our internal testing.

The fields that cannot be updated in the WAPI (fqdn and zone_format) are left out of the Update function; all other fields are updatable with this addition.

Thanks!

@achernevskii achernevskii self-requested a review July 7, 2023 14:26
@JkhatriInfobox
Copy link
Collaborator

This is already supported from v2.5.0 onwards.

Hence closing this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add Authoritative Zone resource
3 participants