Skip to content

Commit 026a56b

Browse files
committed
fix: publisher and subscriber
1 parent 89f3a0d commit 026a56b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

infra/functions-python/main.tf

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1406,7 +1406,6 @@ resource "google_pubsub_topic_iam_member" "functions_publisher" {
14061406
validate_gbfs_feed = google_pubsub_topic.validate_gbfs_feed.name
14071407
feed_sync_dispatcher_transitland = google_pubsub_topic.transitland_feeds_dispatch.name
14081408
dataset_batch = data.google_pubsub_topic.datasets_batch_topic.name
1409-
reverse_geolocation = google_pubsub_topic.reverse_geolocation.name
14101409
}
14111410

14121411
project = var.project_id
@@ -1420,7 +1419,6 @@ resource "google_pubsub_topic_iam_member" "functions_subscriber" {
14201419
for_each = {
14211420
validate_gbfs_feed = google_pubsub_topic.validate_gbfs_feed.name
14221421
feed_sync_dispatcher_transitland = google_pubsub_topic.transitland_feeds_dispatch.name
1423-
reverse_geolocation = google_pubsub_topic.reverse_geolocation.name
14241422
}
14251423

14261424
project = var.project_id

0 commit comments

Comments
 (0)