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
be6220cf
Commit
be6220cf
authored
Sep 29, 2017
by
Anton Babenko
Committed by
GitHub
Sep 29, 2017
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7 from eheydrick/variable-descriptions
Improve variable descriptions
parents
bd175b08
21144f80
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
variables.tf
variables.tf
+10
-10
No files found.
variables.tf
View file @
be6220cf
...
@@ -36,47 +36,47 @@ variable "elasticache_subnets" {
...
@@ -36,47 +36,47 @@ variable "elasticache_subnets" {
}
}
variable
"create_database_subnet_group"
{
variable
"create_database_subnet_group"
{
description
=
"Controls
, if should database subnet group be created.
"
description
=
"Controls
if database subnet group should be created
"
default
=
true
default
=
true
}
}
variable
"azs"
{
variable
"azs"
{
description
=
"A list of
A
vailability zones in the region"
description
=
"A list of
a
vailability zones in the region"
default
=
[]
default
=
[]
}
}
variable
"enable_dns_hostnames"
{
variable
"enable_dns_hostnames"
{
description
=
"
s
hould be true if you want to use private DNS within the VPC"
description
=
"
S
hould be true if you want to use private DNS within the VPC"
default
=
false
default
=
false
}
}
variable
"enable_dns_support"
{
variable
"enable_dns_support"
{
description
=
"
s
hould be true if you want to use private DNS within the VPC"
description
=
"
S
hould be true if you want to use private DNS within the VPC"
default
=
false
default
=
false
}
}
variable
"enable_nat_gateway"
{
variable
"enable_nat_gateway"
{
description
=
"
s
hould be true if you want to provision NAT Gateways for each of your private networks"
description
=
"
S
hould be true if you want to provision NAT Gateways for each of your private networks"
default
=
false
default
=
false
}
}
variable
"single_nat_gateway"
{
variable
"single_nat_gateway"
{
description
=
"
s
hould be true if you want to provision a single shared NAT Gateway across all of your private networks"
description
=
"
S
hould be true if you want to provision a single shared NAT Gateway across all of your private networks"
default
=
false
default
=
false
}
}
variable
"enable_dynamodb_endpoint"
{
variable
"enable_dynamodb_endpoint"
{
description
=
"
should be true if you want to provision an
DynamoDB endpoint to the VPC"
description
=
"
Should be true if you want to provision a
DynamoDB endpoint to the VPC"
default
=
false
default
=
false
}
}
variable
"enable_s3_endpoint"
{
variable
"enable_s3_endpoint"
{
description
=
"
s
hould be true if you want to provision an S3 endpoint to the VPC"
description
=
"
S
hould be true if you want to provision an S3 endpoint to the VPC"
default
=
false
default
=
false
}
}
variable
"map_public_ip_on_launch"
{
variable
"map_public_ip_on_launch"
{
description
=
"
s
hould be false if you do not want to auto-assign public IP on launch"
description
=
"
S
hould be false if you do not want to auto-assign public IP on launch"
default
=
true
default
=
true
}
}
...
@@ -101,7 +101,7 @@ variable "public_subnet_tags" {
...
@@ -101,7 +101,7 @@ variable "public_subnet_tags" {
}
}
variable
"private_subnet_tags"
{
variable
"private_subnet_tags"
{
description
=
"Additional tags for the p
ublic
subnets"
description
=
"Additional tags for the p
rivate
subnets"
default
=
{}
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