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.
2 parents e142954 + b296fd5 commit a905b38Copy full SHA for a905b38
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