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

Set ForceNew on region field in Instance resource #122

Merged

Conversation

gperiard
Copy link
Contributor

Updating the region field on an Instance resource cause a permanent diff when running a plan.

The provider behave like the update is successfully applied on the resource, but the change will appear again at the next plan.

This should force the resource to be recreated when the region is updated.

@dentarg dentarg requested a review from tbroden84 October 26, 2021 20:19
@tbroden84
Copy link
Contributor

Thanks for the contribution. Will also make a note in our documentation. When forcing a region change, the previous instance will be destroyed and a new one create. All data will be lost and a new name will be assigned.

@tbroden84 tbroden84 merged commit ef3c83b into cloudamqp:master Nov 8, 2021
@dentarg
Copy link
Member

dentarg commented Nov 22, 2021

Included in v1.13.0, pending registry release (#130)

@dentarg dentarg added this to the v1.13.0 milestone Dec 3, 2021
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

Successfully merging this pull request may close these issues.

3 participants