Skip to content

Commit

Permalink
add region to cf (#1482)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludoo authored Jun 29, 2023
1 parent 0260712 commit 981068e
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 981068e

Please sign in to comment.