-
Notifications
You must be signed in to change notification settings - Fork 79
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
Adding full support for txt records #173
Conversation
Hi @shadtimm , |
Hey @somashekhar, I made an assumption in the example that this may ship as version 2.1.0 since new features are being added. Let me know if the example should be changed. |
d030528
to
3ce18a3
Compare
TTL issue is resolved with feedback from GO client PR. Here are the repro steps:
Changes to the TTL value apply successfully in Terraform and Infoblox. If you match the TTL to the grid default, Infoblox will show it as inheriting from the grid.
|
274f25e
to
e29736b
Compare
Hello @shadtimm and @somashekhar, this PR looks stuck since Nov 2021. |
e29736b
to
9da19f1
Compare
@vnorguet This has been pending the approval and integration of the Infoblox Go Client changes. I just saw that the latest go client changes have been merged in, so this can move forward. @skudriavtsev @ranjishmp Can you please approve the workflow run and continue with the review? |
@skudriavtsev @ranjishmp @achernevskii Any chance of a PR review? |
TXT record is already supported on latest version [v2.6.0]. Hence closing this PR |
Add full support for create, update, and delete of txt records using updates to Infoblox GO SDK (using go.mod replace until GO SDK PR merged).
Related issues in this repo:
#89
Related PRs in this repo:
#88 #161
Base code pulled from original PR by @GNewbury1
Updates to align with 2.x provider and comment feedback #88 (comment)