Skip to content

Commit e08058d

Browse files
committed
Fixed README formatting
1 parent f65c62d commit e08058d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ Terraform version 0.10.3 or newer is required for this module to work.
166166
| 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 |
167167
| azs | A list of availability zones in the region | string | `<list>` | no |
168168
| 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 |
171171
| create_database_subnet_route_table | Controls if separate route table for database should be created | string | `false` | no |
172172
| create_elasticache_subnet_route_table | Controls if separate route table for elasticache should be created | string | `false` | no |
173173
| create_redshift_subnet_route_table | Controls if separate route table for redshift should be created | string | `false` | no |

0 commit comments

Comments
 (0)