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
We do have a very similar problem, without a bg deployment strategy. For us, attributes are only updated on a second or sometimes even third run of terraform apply. The update is planned correctly and the apply runs without an error.
I am having an issue with deploying a blue/green application update along with annotation changes.
How to replicate:
What I see after terraform plan
What I expect after terraform apply
What I see after terraform apply
What I see after terraform plan again
I believe this issue originates from https://github.com/cloudfoundry/cli/blob/main/resources/metadata_resource.go#L6 missing definition for annotations, but it's unclear to me why annotation is not part of metadata_resource
The text was updated successfully, but these errors were encountered: