You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Due to the way Upjet creates parameters for resources, attributes with Terraform's ForceNew flag are not handled as immutable fields. See crossplane/upjet#78 for more Info.
Expected:
Change cluster template ID
-> Cluster gets recreated, as the underlaying Terraform provider has the ForceNew flag set
Actual Behaviour:
Change cluster template ID
-> Sync does not complete:
Message: observe failed: cannot run plan: plan failed: Instance cannot be destroyed: Resource openstack_containerinfra_cluster_v1.mycluster has lifecycle.prevent_destroy set, but the plan calls for this resource to be destroyed. To avoid this error and continue with the plan, either disable lifecycle.prevent_destroy or reduce the scope of the plan using the -target flag.
The text was updated successfully, but these errors were encountered:
Support for upgrading clusters to a new cluster templated has been implemented in the Terraform provider (has yet to be released). Upgrading to this provider may solve the issue.
Due to the way Upjet creates parameters for resources, attributes with Terraform's
ForceNew
flag are not handled as immutable fields. See crossplane/upjet#78 for more Info.Expected:
Actual Behaviour:
The text was updated successfully, but these errors were encountered: