Merge branch 'master' into kthhrv-patch-1

This commit is contained in:
Julio Castillo 2023-06-29 18:18:39 +02:00 committed by GitHub
commit 0bd3f5ab0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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 = {