Skip to content

Commit

Permalink
Merge branch 'master' into kthhrv-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
juliocc authored Jun 29, 2023
2 parents b203198 + 981068e commit 0bd3f5a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions blueprints/cloud-operations/quota-monitoring/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ module "pubsub" {
module "cf" {
source = "../../../modules/cloud-function-v1"
project_id = module.project.project_id
region = var.region
name = var.name
bucket_name = "${var.name}-${random_pet.random.id}"
bucket_config = {
Expand Down

0 comments on commit 0bd3f5a

Please sign in to comment.