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
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -166,8 +166,8 @@ Terraform version 0.10.3 or newer is required for this module to work.
166
166
| assign_generated_ipv6_cidr_block | Requests an Amazon-provided IPv6 CIDR block with a /56 prefix length for the VPC. You cannot specify the range of IP addresses, or the size of the CIDR block | string |`false`| no |
167
167
| azs | A list of availability zones in the region | string |`<list>`| no |
168
168
| cidr | The CIDR block for the VPC. Default value is a valid CIDR, but not acceptable by AWS and should be overridden | string |`0.0.0.0/0`| no |
169
-
secondary_cidr_blocks | A List of secondary CIDR blocks to add to the vpc. Will append the CIDR blocks before subnet operations are applied | string | `<list>` | no |
170
-
create_database_subnet_group | Controls if database subnet group should be created | string | `true` | no |
169
+
| secondary_cidr_blocks | A List of secondary CIDR blocks to add to the vpc. Will append the CIDR blocks before subnet operations are applied | string |`<list>`| no |
170
+
| create_database_subnet_group | Controls if database subnet group should be created | string |`true`| no |
171
171
| create_database_subnet_route_table | Controls if separate route table for database should be created | string |`false`| no |
172
172
| create_elasticache_subnet_route_table | Controls if separate route table for elasticache should be created | string |`false`| no |
173
173
| create_redshift_subnet_route_table | Controls if separate route table for redshift should be created | string |`false`| no |
0 commit comments