use prod folder for landing project (#514)

This commit is contained in:
Ludovico Magnocavallo
2022-02-06 19:25:05 +01:00
committed by GitHub
parent d711a93397
commit e5440f98a2
2 changed files with 2 additions and 2 deletions

View File

@@ -20,7 +20,7 @@ module "landing-project" {
source = "../../../modules/project"
billing_account = var.billing_account_id
name = "prod-net-landing-0"
parent = var.folder_ids.networking
parent = var.folder_ids.networking-prod
prefix = var.prefix
service_config = {
disable_on_destroy = false

View File

@@ -20,7 +20,7 @@ module "landing-project" {
source = "../../../modules/project"
billing_account = var.billing_account_id
name = "prod-net-landing-0"
parent = var.folder_ids.networking
parent = var.folder_ids.networking-prod
prefix = var.prefix
service_config = {
disable_on_destroy = false