Refactor net-vpc module for Terraform 1.3 (#880)
* module tests pass * doc examples * refactor blueprints * fast stages * fix comment typo * fix module factory test
This commit is contained in:
committed by
GitHub
parent
1ead60122d
commit
4fa1dc431d
@@ -36,7 +36,7 @@ locals {
|
||||
local.data_eng_principals_iam,
|
||||
[module.service-account-sql.iam_email]
|
||||
)
|
||||
# compute engeneering
|
||||
# compute engineering
|
||||
"roles/compute.instanceAdmin.v1" = local.data_eng_principals_iam
|
||||
"roles/compute.osLogin" = local.data_eng_principals_iam
|
||||
"roles/compute.viewer" = local.data_eng_principals_iam
|
||||
@@ -115,10 +115,9 @@ module "vpc" {
|
||||
name = "vpc"
|
||||
subnets = [
|
||||
{
|
||||
ip_cidr_range = "10.0.0.0/20"
|
||||
name = "subnet"
|
||||
region = var.regions.primary
|
||||
secondary_ip_range = {}
|
||||
ip_cidr_range = "10.0.0.0/20"
|
||||
name = "subnet"
|
||||
region = var.regions.primary
|
||||
}
|
||||
]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user