add region to cf (#1482)
This commit is contained in:
committed by
GitHub
parent
026071209c
commit
981068e442
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user