Skip to content

Commit

Permalink
Removed obsolete default_route_table_tags (fixed terraform-aws-module…
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko committed Jun 22, 2018
1 parent 5140a02 commit 995360b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,6 @@ Terraform version 0.10.3 or newer is required for this module to work.
| database_subnet_group_tags | Additional tags for the database subnet group | string | `<map>` | no |
| database_subnet_tags | Additional tags for the database subnets | string | `<map>` | no |
| database_subnets | A list of database subnets | list | `<list>` | no |
| default_route_table_tags | Additional tags for the default route table | string | `<map>` | no |
| default_vpc_enable_classiclink | Should be true to enable ClassicLink in the Default VPC | string | `false` | no |
| default_vpc_enable_dns_hostnames | Should be true to enable DNS hostnames in the Default VPC | string | `false` | no |
| default_vpc_enable_dns_support | Should be true to enable DNS support in the Default VPC | string | `true` | no |
Expand Down
5 changes: 0 additions & 5 deletions variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,6 @@ variable "private_subnet_tags" {
default = {}
}

variable "default_route_table_tags" {
description = "Additional tags for the default route table"
default = {}
}

variable "public_route_table_tags" {
description = "Additional tags for the public route tables"
default = {}
Expand Down

0 comments on commit 995360b

Please sign in to comment.