GCP Cloud Run v2 service always being updated when launch_stage
is BETA while using python sdk
#2336
Labels
awaiting-upstream
The issue cannot be resolved without action in another repository (may be owned by Pulumi).
blocked
The issue cannot be resolved without 3rd party action.
kind/bug
Some behavior is incorrect or out of spec
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).
The text was updated successfully, but these errors were encountered: