diff --git a/main.tf b/main.tf index 695e9b03574f04351f779ecc4aed505377945e58..d68624d4d10a5e45f5c9904628cbb424d80999d5 100644 --- a/main.tf +++ b/main.tf @@ -175,8 +175,13 @@ resource "google_cloud_run_service" "webapp" { template[0].metadata[0].annotations["client.knative.dev/user-image"], template[0].metadata[0].annotations["run.googleapis.com/client-name"], template[0].metadata[0].annotations["run.googleapis.com/client-version"], + template[0].metadata[0].annotations["run.googleapis.com/operation-id"], + template[0].metadata[0].labels["run.googleapis.com/startupProbeType"], template[0].metadata[0].annotations["run.googleapis.com/sandbox"], + metadata[0].annotations["run.googleapis.com/client-name"], + metadata[0].annotations["run.googleapis.com/client-version"], metadata[0].annotations["run.googleapis.com/operation-id"], + metadata[0].labels["run.googleapis.com/startupProbeType"], # These are only changed when "run.googleapis.com/launch-stage" is "BETA". # It's non-trivial to make ignore_changes dependent on input variables so