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
21144f80
Commit
21144f80
authored
Sep 29, 2017
by
Eric Heydrick
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Improve variable descriptions
parent
bd175b08
Changes
1
Hide 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 @
21144f80
...
...
@@ -36,47 +36,47 @@ variable "elasticache_subnets" {
}
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
}
variable
"azs"
{
description
=
"A list of
A
vailability zones in the region"
description
=
"A list of
a
vailability zones in the region"
default
=
[]
}
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
}
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
}
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
}
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
}
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
}
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
}
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
}
...
...
@@ -101,7 +101,7 @@ variable "public_subnet_tags" {
}
variable
"private_subnet_tags"
{
description
=
"Additional tags for the p
ublic
subnets"
description
=
"Additional tags for the p
rivate
subnets"
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