File tree Expand file tree Collapse file tree 1 file changed +0
-2
lines changed
Expand file tree Collapse file tree 1 file changed +0
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments