-
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 the ability to update CNAME and other DNS records #80
Comments
@mmckane would you consider forcing a new resource on a change sufficient enough? We had a discussion on this in the previous maintainer project, and a quick fix was purposed with this pull request: |
@donwlewis I think that could be a good quick fix. could that be set for the other record types that couldn't be updated as well, as looking this might not be unique to CNAMEs? I did dig enough and found thus issue/feature request in the underlying go client infobloxopen/infoblox-go-client#110 |
@donwlewis for my use that scenario would fit. I'm not precious about the original entries, just the result of name -> name. The entry is managed by Terraform, so nothing else should be tied to it outside of Terraform. However, performing a destroy, or taint, is challenging when we use a pipeline tied to git to push the changes into IB rather than local Terraform CLI. I see that hashicorp/terraform-provider-infoblox#41 would support that. This is a MR into the old repo, is that going to be a problem as this repo has moved to here? |
@deromemont You created this MR hashicorp/terraform-provider-infoblox#41 in an old repo which has been migrated here. The MR has not moved across with it. Are you able to push to this repo, or are you happy for me to copy your changes and do so on your behalf? |
@PhilipWhiteside you can copy my changes if you want ;) |
We are working on this requirement. |
What is the status of this? |
@jfreeland work on this is almost complete and we are testing it along with other features. Can expect it under |
Now the feature is available at |
Requiring a delete on a resource to update DNS is not efficient and makes using terraform to manage DNS useless. Please add the ability to update records with terraform, or provide any info as to why this is technically not possible.
The text was updated successfully, but these errors were encountered: