Skip to content

Commit

Permalink
update vpc cidr blocks to be all cloud
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Jul 7, 2025
1 parent df00129 commit 05016ef
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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" {
Expand Down

0 comments on commit 05016ef

Please sign in to comment.