Skip to content

Commit a4178d7

Browse files
committed
update README.md
1 parent fa64f3b commit a4178d7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 |

0 commit comments

Comments
 (0)