From 981068e4428cb837b0d4455f0a592f224bcdf58d Mon Sep 17 00:00:00 2001 From: Ludovico Magnocavallo Date: Thu, 29 Jun 2023 13:02:56 +0200 Subject: [PATCH] add region to cf (#1482) --- blueprints/cloud-operations/quota-monitoring/main.tf | 1 + 1 file changed, 1 insertion(+) diff --git a/blueprints/cloud-operations/quota-monitoring/main.tf b/blueprints/cloud-operations/quota-monitoring/main.tf index 841bb803..b65989c3 100644 --- a/blueprints/cloud-operations/quota-monitoring/main.tf +++ b/blueprints/cloud-operations/quota-monitoring/main.tf @@ -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 = {