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
When the identifier field gets changed, the resource should be prompted for recreation (as in destroyed, and then re-created)
Actual Behavior
The resource enters in a perpetual diff state, only fixable by running terraform taint on the resource (adding force_delete may be necessary if there is any reference to the resource)
The text was updated successfully, but these errors were encountered:
Terraform Version
Terraform v1.8.2
Affected Resource(s)
harness_platform_template
All resouces should be affected, haven't tested all of them
Terraform Files
Expected Behavior
When the
identifier
field gets changed, the resource should be prompted for recreation (as in destroyed, and then re-created)Actual Behavior
The resource enters in a perpetual diff state, only fixable by running
terraform taint
on the resource (addingforce_delete
may be necessary if there is any reference to the resource)The text was updated successfully, but these errors were encountered: