Skip to content

Commit

Permalink
Fix blueprints
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn committed Jan 24, 2024
1 parent 3fdf684 commit 764078a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@ module "service-account" {
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
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ module "test-vm" {
module "function-hello" {
source = "../../../modules/cloud-function-v1"
project_id = module.project.project_id
region = var.region
name = var.name
bucket_name = "${var.name}-tf-cf-deploy"
ingress_settings = "ALLOW_INTERNAL_ONLY"
Expand Down

0 comments on commit 764078a

Please sign in to comment.