Cloud Run V2 detected changes #2560
ZackMattor
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey all,
We use cloud run a lot for our services and there are some annoyances with using CI to deploy the services outside of terraform. There are a few attributes that then show changes... mainly client and client_version.
When we update the cloud run instance with gcloud within CI, we then get the following changes via terraform.
If you manage the image tag via CI, that would also show up as a difference, but we are using tags to indicate the current "production" tag so we don't see that. (we would probably prefer to use a unique image tag for deployments but the changes in state prevented that)
Should we ignore "client" and "client_version" by default, or is it possible to have conditional ignore lifecycle rules within the module?
Thanks...
Beta Was this translation helpful? Give feedback.
All reactions