FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects

main.tf: don't ignore changes in name

Merged Dr Rich Wareham requested to merge hotfix-cloud-run-name into master
1 file
+ 0
3
Compare changes
  • Side-by-side
  • Inline
+ 0
3
@@ -96,9 +96,6 @@ resource "google_cloud_run_service" "webapp" {
# resource be updated.
template[0].spec[0].containers[0].image,
# Also the name of the revision will change with each CI deployment
template[0].metadata[0].name,
# Some common annotations which we don't care about.
template[0].metadata[0].annotations["client.knative.dev/user-image"],
template[0].metadata[0].annotations["run.googleapis.com/client-name"],
Loading