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

Possibility to UPDATE a CNAME entry #110

Closed
deromemont opened this issue Nov 16, 2020 · 3 comments
Closed

Possibility to UPDATE a CNAME entry #110

deromemont opened this issue Nov 16, 2020 · 3 comments
Assignees

Comments

@deromemont
Copy link

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"}'

@mmckane
Copy link

mmckane commented Jan 8, 2021

I would like to see this implemented as well.

@somashekhar
Copy link
Contributor

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.

@somashekhar
Copy link
Contributor

Now the feature is available at master branch. Will be available as part of v2.0.0

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

Successfully merging a pull request may close this issue.

4 participants