We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
related to hashicorp/terraform-provider-infoblox#36
Possibility to update a CNAME in the GO Library
It seems possible with the API
curl -k -u admin:infoblox -H 'content-type: application/json' -X PUT "https://gridmaster/wapi/v2.11/record:cname/ZG5zLmJpbmRfY25hbWUkLl9kZWZhdWx0LmNvbS5pbmZvLmRlbW8uY2 5hbWV0ZXN0:cnametest.demo.info.com/default?_return_fields%2B=name&_return_as_object=1" -d '{"name":"cname.demo.info.com"}'
The text was updated successfully, but these errors were encountered:
I would like to see this implemented as well.
Sorry, something went wrong.
An update functionality has been added to CNAME Record. Please do use the same and provide feedback. We would work on to support it under Terraform.
Now the feature is available at master branch. Will be available as part of v2.0.0
master
v2.0.0
anagha-infoblox
Successfully merging a pull request may close this issue.
related to hashicorp/terraform-provider-infoblox#36
Possibility to update a CNAME in the GO Library
It seems possible with the API
curl -k -u admin:infoblox -H 'content-type: application/json' -X PUT "https://gridmaster/wapi/v2.11/record:cname/ZG5zLmJpbmRfY25hbWUkLl9kZWZhdWx0LmNvbS5pbmZvLmRlbW8uY2 5hbWV0ZXN0:cnametest.demo.info.com/default?_return_fields%2B=name&_return_as_object=1" -d '{"name":"cname.demo.info.com"}'
The text was updated successfully, but these errors were encountered: