Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
terraform-aws-vpc
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Terraform Modules
terraform-aws-vpc
Commits
f7a874cb
Commit
f7a874cb
authored
Jun 22, 2018
by
Anton Babenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Removed obsolete default_route_table_tags (fixed #146)
parent
8529a70b
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
6 deletions
+0
-6
README.md
README.md
+0
-1
variables.tf
variables.tf
+0
-5
No files found.
README.md
View file @
f7a874cb
...
...
@@ -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 |
...
...
variables.tf
View file @
f7a874cb
...
...
@@ -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
=
{}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment