Skip to content

Commit b296fd5

Browse files
committed
Fixes typo. Got excited
1 parent e142954 commit b296fd5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ resource "google_cloud_run_service" "main" {
166166
metadata[0].annotations["run.googleapis.com/client-name"],
167167
metadata[0].annotations["run.googleapis.com/client-version"],
168168
metadata[0].annotations["client.knative.dev/user-image"],
169-
metadata[0]["run.googleapis.com/operation-id"],
169+
metadata[0].annotations["run.googleapis.com/operation-id"],
170170
traffic
171171
]
172172
}

0 commit comments

Comments
 (0)