Skip to content

Commit f7a874c

Browse files
committed
Removed obsolete default_route_table_tags (fixed #146)
1 parent 8529a70 commit f7a874c

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,6 @@ Terraform version 0.10.3 or newer is required for this module to work.
170170
| database_subnet_group_tags | Additional tags for the database subnet group | string | `<map>` | no |
171171
| database_subnet_tags | Additional tags for the database subnets | string | `<map>` | no |
172172
| 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 |
174173
| default_vpc_enable_classiclink | Should be true to enable ClassicLink in the Default VPC | string | `false` | no |
175174
| default_vpc_enable_dns_hostnames | Should be true to enable DNS hostnames in the Default VPC | string | `false` | no |
176175
| default_vpc_enable_dns_support | Should be true to enable DNS support in the Default VPC | string | `true` | no |

variables.tf

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,11 +158,6 @@ variable "private_subnet_tags" {
158158
default = {}
159159
}
160160

161-
variable "default_route_table_tags" {
162-
description = "Additional tags for the default route table"
163-
default = {}
164-
}
165-
166161
variable "public_route_table_tags" {
167162
description = "Additional tags for the public route tables"
168163
default = {}

0 commit comments

Comments
 (0)