Skip to content

Commit 7cede2d

Browse files
committed
fixed typos
1 parent bb1e4b0 commit 7cede2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infra/functions-python/main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1253,7 +1253,7 @@ resource "google_pubsub_topic" "rebuild_missing_bounding_boxes" {
12531253

12541254
# Grant the Cloud Functions service account permission to publish messages to the rebuild-bounding-boxes-topic Pub/Sub topic
12551255
resource "google_pubsub_topic_iam_member" "rebuild_missing_bounding_boxes_publisher" {
1256-
topic = google_pubsub_topic.rebuild_bounding_boxes.name
1256+
topic = google_pubsub_topic.rebuild_missing_bounding_boxes.name
12571257
role = "roles/pubsub.publisher"
12581258
member = "serviceAccount:${google_service_account.functions_service_account.email}"
12591259
}

0 commit comments

Comments
 (0)