File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -164,7 +164,7 @@ Terraform version 0.10.3 or newer is required for this module to work.
164
164
| Name | Description | Type | Default | Required |
165
165
| ------| -------------| :----:| :-----:| :-----:|
166
166
| azs | A list of availability zones in the region | string | ` <list> ` | no |
167
- | cidr | The CIDR block for the VPC. Default value is a valid CIDR, but not acceptable by AWS and should be overriden | string | ` 0.0.0.0/0 ` | no |
167
+ | 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 |
168
168
| create_database_subnet_group | Controls if database subnet group should be created | string | ` true ` | no |
169
169
| create_vpc | Controls if VPC should be created (it affects almost all resources) | string | ` true ` | no |
170
170
| database_subnet_group_tags | Additional tags for the database subnet group | string | ` <map> ` | no |
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ module "vpc" {
17
17
single_nat_gateway = true
18
18
19
19
public_subnet_tags = {
20
- Name = " overriden -name-public"
20
+ Name = " overridden -name-public"
21
21
}
22
22
23
23
tags = {
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ variable "name" {
9
9
}
10
10
11
11
variable "cidr" {
12
- description = " The CIDR block for the VPC. Default value is a valid CIDR, but not acceptable by AWS and should be overriden "
12
+ description = " The CIDR block for the VPC. Default value is a valid CIDR, but not acceptable by AWS and should be overridden "
13
13
default = " 0.0.0.0/0"
14
14
}
15
15
You can’t perform that action at this time.
0 commit comments