Merge pull request #537 from GoogleCloudPlatform/jccb/fast-net-folders-rename

Update networking folder names to match teams folder
This commit is contained in:
Julio Castillo 2022-02-11 08:33:04 +01:00 committed by GitHub
commit eb7e73cf2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -62,7 +62,7 @@ module "branch-network-gcs" {
module "branch-network-prod-folder" {
source = "../../../modules/folder"
parent = module.branch-network-folder.id
name = "prod"
name = "Production"
iam = {
"roles/compute.xpnAdmin" = [
module.branch-teams-prod-projectfactory-sa.iam_email
@ -73,7 +73,7 @@ module "branch-network-prod-folder" {
module "branch-network-dev-folder" {
source = "../../../modules/folder"
parent = module.branch-network-folder.id
name = "dev"
name = "Development"
iam = {
"roles/compute.xpnAdmin" = [
module.branch-teams-dev-projectfactory-sa.iam_email