diff --git a/local-app/aws-account-setup/ansible/roles/inf-common/files/INF.general-policies.tf b/local-app/aws-account-setup/ansible/roles/inf-common/files/INF.general-policies.tf index 9050150a..7d12e9d5 100644 --- a/local-app/aws-account-setup/ansible/roles/inf-common/files/INF.general-policies.tf +++ b/local-app/aws-account-setup/ansible/roles/inf-common/files/INF.general-policies.tf @@ -2,7 +2,7 @@ module "general" { source = "git@github.e.it.census.gov:terraform-modules/aws-inf-setup.git//iam-general-policies?ref=tf-upgrade" # only use this if you need to specify blocks from vpcs other than 10/8 and 172/16/12. Using [] here will wipe those out -# ipr_vpc_cidr_blocks = [] + ipr_vpc_cidr_blocks = ["10.128.0.0/9"] } output "managed_policies" {