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 bb1e4b0 commit 7cede2dCopy full SHA for 7cede2d
infra/functions-python/main.tf
@@ -1253,7 +1253,7 @@ resource "google_pubsub_topic" "rebuild_missing_bounding_boxes" {
1253
1254
# Grant the Cloud Functions service account permission to publish messages to the rebuild-bounding-boxes-topic Pub/Sub topic
1255
resource "google_pubsub_topic_iam_member" "rebuild_missing_bounding_boxes_publisher" {
1256
- topic = google_pubsub_topic.rebuild_bounding_boxes.name
+ topic = google_pubsub_topic.rebuild_missing_bounding_boxes.name
1257
role = "roles/pubsub.publisher"
1258
member = "serviceAccount:${google_service_account.functions_service_account.email}"
1259
}
0 commit comments