You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -247,7 +247,7 @@ In this module, we have implemented the following CIS Compliance checks for VPC:
247
247
| <aname="input_public_subnet_assign_ipv6_address_on_creation"></a> [public\_subnet\_assign\_ipv6\_address\_on\_creation](#input\_public\_subnet\_assign\_ipv6\_address\_on\_creation)| Assign IPv6 address on public subnet, must be disabled to change IPv6 CIDRs. This is the IPv6 equivalent of map\_public\_ip\_on\_launch |`bool`|`null`| no |
248
248
| <aname="input_public_subnet_cidrs"></a> [public\_subnet\_cidrs](#input\_public\_subnet\_cidrs)| A list of public subnets CIDR to be created inside the VPC |`list(any)`|`[]`| no |
249
249
| <aname="input_public_subnet_enabled"></a> [public\_subnet\_enabled](#input\_public\_subnet\_enabled)| Set true to enable public subnets |`bool`|`false`| no |
250
-
| <aname="input_region"></a> [region](#input\_region)| The AWS region name |`string`|n/a|yes|
250
+
| <aname="input_region"></a> [region](#input\_region)| The AWS region name |`string`|`null`|no|
251
251
| <aname="input_secondary_cidr_blocks"></a> [secondary\_cidr\_blocks](#input\_secondary\_cidr\_blocks)| List of the secondary CIDR blocks which can be at most 5 |`list(string)`|`[]`| no |
252
252
| <aname="input_secondry_cidr_enabled"></a> [secondry\_cidr\_enabled](#input\_secondry\_cidr\_enabled)| Whether enable secondary CIDR with VPC |`bool`|`false`| no |
253
253
| <aname="input_vpc_cidr"></a> [vpc\_cidr](#input\_vpc\_cidr)| The CIDR block of the VPC |`string`|`"10.0.0.0/16"`| no |
0 commit comments