-
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
Add ability to create TXT records #89
Comments
Note, it seems the UpdateTXTRecord function from the infoblox go client is broken (see infobloxopen/infoblox-go-client#113), so I'm unable to include it here. Once that has been fixed, I can add an update function to the provider |
@GNewbury1 did infobloxopen/infoblox-go-client#114 fix the issue with the UpdateTXTRecord ? PR #88 is not merged, right ? would be happy to see the ability to add a TXT record with terraform. |
@GNewbury1 Do you have any updates on this? |
I to need to the ability to create TXT records. When will this be available? |
Currently there is no ability to create or destroy TXT records. This adds the feature.
Opened PR #88 to add the feature
The text was updated successfully, but these errors were encountered: