Commit f7a874cb authored by Anton Babenko's avatar Anton Babenko

Removed obsolete default_route_table_tags (fixed #146)

parent 8529a70b
...@@ -170,7 +170,6 @@ Terraform version 0.10.3 or newer is required for this module to work. ...@@ -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_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_subnet_tags | Additional tags for the database subnets | string | `<map>` | no |
| database_subnets | A list of database subnets | list | `<list>` | 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_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_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 | | default_vpc_enable_dns_support | Should be true to enable DNS support in the Default VPC | string | `true` | no |
......
...@@ -158,11 +158,6 @@ variable "private_subnet_tags" { ...@@ -158,11 +158,6 @@ variable "private_subnet_tags" {
default = {} default = {}
} }
variable "default_route_table_tags" {
description = "Additional tags for the default route table"
default = {}
}
variable "public_route_table_tags" { variable "public_route_table_tags" {
description = "Additional tags for the public route tables" description = "Additional tags for the public route tables"
default = {} default = {}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment