Skip to content

Commit

Permalink
Fix missing region
Browse files Browse the repository at this point in the history
  • Loading branch information
wiktorn committed Feb 15, 2024
1 parent 63c8e0d commit 60b4a13
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions blueprints/networking/psc-glb-and-armor/consumer.tf
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ module "producer-a" {
prefix = var.prefix
producer_project_id = var.producer_a_project_id
project_create_config = var.project_create_config
region = var.region
}

module "producer-b" {
Expand All @@ -42,6 +43,7 @@ module "producer-b" {
prefix = var.prefix
producer_project_id = var.producer_b_project_id
project_create_config = var.project_create_config
region = var.region
}

module "consumer-vpc" {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,4 @@ variable "project_create_config" {
variable "region" {
description = "The GCP region in which the resources should be deployed."
type = string
default = "europe-west1"
}

0 comments on commit 60b4a13

Please sign in to comment.