We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e142954 commit b296fd5Copy full SHA for b296fd5
main.tf
@@ -166,7 +166,7 @@ resource "google_cloud_run_service" "main" {
166
metadata[0].annotations["run.googleapis.com/client-name"],
167
metadata[0].annotations["run.googleapis.com/client-version"],
168
metadata[0].annotations["client.knative.dev/user-image"],
169
- metadata[0]["run.googleapis.com/operation-id"],
+ metadata[0].annotations["run.googleapis.com/operation-id"],
170
traffic
171
]
172
}
0 commit comments