File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -180,7 +180,8 @@ Here are some examples of how you can use this module in your inventory structur
180180| enabled | Set to false to prevent the module from creating any resources. | ` bool ` | ` true ` | no |
181181| environment | Environment (e.g. ` prod ` , ` dev ` , ` staging ` ). | ` string ` | ` "" ` | no |
182182| igw\_ id | Internet Gateway ID that is used as a default route when creating public subnets (e.g. ` igw-9c26a123 ` ). | ` string ` | ` "" ` | no |
183- | ipv4\_ cidrs | Subnet CIDR blocks (e.g. ` 10.0.0.0/16 ` ). | ` list(any) ` | ` [] ` | no |
183+ | ipv4\_ private\_ cidrs | Subnet CIDR blocks (e.g. ` 10.0.0.0/16 ` ). | ` list(any) ` | ` [] ` | no |
184+ | ipv4\_ public\_ cidrs | Subnet CIDR blocks (e.g. ` 10.0.0.0/16 ` ). | ` list(any) ` | ` [] ` | no |
184185| ipv6\_ cidr\_ block | Base CIDR block which is divided into subnet CIDR blocks (e.g. ` 10.0.0.0/16 ` ). | ` string ` | n/a | yes |
185186| ipv6\_ cidrs | Subnet CIDR blocks (e.g. ` 2a05:d018:832:ca02::/64 ` ). | ` list(any) ` | ` [] ` | no |
186187| label\_ order | Label order, e.g. ` name ` ,` application ` . | ` list(any) ` | ` [] ` | no |
You can’t perform that action at this time.
0 commit comments