Skip to content

Commit

Permalink
for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
apeabody committed Oct 23, 2023
1 parent e7a3018 commit 0b0a25a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions examples/cloud_storage/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,16 @@ module "pubsub" {
project_id = var.project_id
topic = "cft-tf-pubsub-topic-cloud-storage"

topic_labels = {
foo_label = "foo_value"
}

cloud_storage_subscriptions = [
{
name = "example_bucket_subscription"
bucket = google_storage_bucket.test.name

ack_deadline_seconds = 10
},
]
}
Expand Down

0 comments on commit 0b0a25a

Please sign in to comment.