mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
Reduce VPC CIDR size to /16 (#341)
This commit is contained in:
parent
d37c6b72c5
commit
41ed682213
1 changed files with 2 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
---
|
---
|
||||||
|
|
||||||
ec2_vpc_nets:
|
ec2_vpc_nets:
|
||||||
cidr_block: 172.16.0.0/12
|
cidr_block: 172.16.0.0/16
|
||||||
subnet_cidr: 172.30.0.0/23
|
subnet_cidr: 172.16.254.0/23
|
||||||
|
|
Loading…
Add table
Reference in a new issue