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

Issue w/ dns_view not forcing replacement #382

Open
rmcolbert opened this issue Sep 6, 2024 · 0 comments
Open

Issue w/ dns_view not forcing replacement #382

rmcolbert opened this issue Sep 6, 2024 · 0 comments

Comments

@rmcolbert
Copy link

We had a case where a TXT record was provisioned to the wrong view. Infoblox won't allow you to modify the view of an existing item but the provider did not recognize this as a change that requires replacement so our code errored. We had to comment out the resource (to get the deletion), apply then uncomment the resource & change the view so it would be created in the correct place.

The provider should know what attributes can be updated dynamically and which ones require replacement and produce the plan output accordingly.

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

No branches or pull requests

1 participant