Open nabheet opened 2 months ago
Hi @nabheet, thanks for opening the issue. This looks specific to the GCP provider, so I'm going to transfer the issue there. From a cursory look, this may be an issue in the upstream provider: https://github.com/hashicorp/terraform-provider-google/issues/13748
Hi @nabheet. This (pulumi-gcp) is indeed the correct repo to house this issue. I agree with @justinvp, this is an upstream issue. As soon as they take a fix for https://github.com/hashicorp/terraform-provider-google/issues/13748, we will incorporate it into pulumi-gcp.
What happened?
We have a GCP Cloud Run V2 service defined in Pulumi. When I use the
launch_stage="BETA"
, Pulumi always updates the service instance. Even when nothing has changed.However, it does not update the service instance if
launch_state="BETA"
is not specified.We were hoping that the specification of
launch_stage
does not automatically update the service on every deployment.Example
We have a Cloud Run v2 service like this:
Pulumi updates the service on every execution reporting:
I believe pulumi should not update the service if nothing has changed.
Output of
pulumi about
Additional context
No response
Contributing
Vote on this issue by adding a 👍 reaction. To contribute a fix for this issue, leave a comment (and link to your pull request, if you've opened one already).