Push events to pubsub.

This commit is contained in:
Tom Alexander
2021-07-20 23:26:14 -04:00
parent f457cf2a6c
commit 7bf8370650
4 changed files with 19 additions and 1 deletions

View File

@@ -207,6 +207,7 @@ module "cf_to_pubsub" {
source = "../modules/cf_to_pubsub"
project = var.project
region = var.region
topic_name = "bigquery-etl"
source_bucket = google_storage_bucket.bucket
service_cloudbuild = google_project_service.cloudbuild
}