FAQ | This is a LIVE service | Changelog

Skip to content
Snippets Groups Projects
Commit 4d8754f1 authored by Roy Harrington's avatar Roy Harrington
Browse files

Merge branch 'issue-40-ignore-op-id-annotation' into 'master'

ignore operation-id annotation

Closes #40

See merge request !54
parents 8f9db035 40da04f5
No related branches found
No related tags found
1 merge request!54ignore operation-id annotation
Pipeline #330686 passed
......@@ -176,6 +176,7 @@ resource "google_cloud_run_service" "webapp" {
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/sandbox"],
metadata[0].annotations["run.googleapis.com/operation-id"],
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment