From 05016ef9647b564fbb70b5d4aa82bfd672bceab3 Mon Sep 17 00:00:00 2001 From: badra001 Date: Mon, 7 Jul 2025 10:44:58 -0400 Subject: [PATCH] update vpc cidr blocks to be all cloud --- .../ansible/roles/inf-common/files/INF.general-policies.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" {