-
Notifications
You must be signed in to change notification settings - Fork 43
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
provider produced inconsistent result after apply on constraints #344
Comments
This is caused by the juju server adding an architecture constraint if one was not provided by the user. However during read, the provider has no knowledge of whether the user intended this or not, nor the ability to get the user's data. To fix this will require a break schema change. One is in planning. |
From #536:
|
Seeing this with
Then next run causes destruction because of the constraint differences:
|
Description
Applying a plan with constraints fails
Urgency
Casually reporting
Terraform Juju Provider version
0.10.0
Terraform version
v1.6.4
Terraform Configuration(s)
Reproduce / Test
Debug/Panic Output
Notes & References
No response
The text was updated successfully, but these errors were encountered: