File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -170,7 +170,6 @@ Terraform version 0.10.3 or newer is required for this module to work.
170
170
| database_subnet_group_tags | Additional tags for the database subnet group | string | ` <map> ` | no |
171
171
| database_subnet_tags | Additional tags for the database subnets | string | ` <map> ` | no |
172
172
| database_subnets | A list of database subnets | list | ` <list> ` | no |
173
- | default_route_table_tags | Additional tags for the default route table | string | ` <map> ` | no |
174
173
| default_vpc_enable_classiclink | Should be true to enable ClassicLink in the Default VPC | string | ` false ` | no |
175
174
| default_vpc_enable_dns_hostnames | Should be true to enable DNS hostnames in the Default VPC | string | ` false ` | no |
176
175
| default_vpc_enable_dns_support | Should be true to enable DNS support in the Default VPC | string | ` true ` | no |
Original file line number Diff line number Diff line change @@ -158,11 +158,6 @@ variable "private_subnet_tags" {
158
158
default = {}
159
159
}
160
160
161
- variable "default_route_table_tags" {
162
- description = " Additional tags for the default route table"
163
- default = {}
164
- }
165
-
166
161
variable "public_route_table_tags" {
167
162
description = " Additional tags for the public route tables"
168
163
default = {}
You can’t perform that action at this time.
0 commit comments