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
7f4f9113
Commit
7f4f9113
authored
Jul 21, 2019
by
Anton Babenko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed README after merge
parent
17db88d2
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletion
+2
-1
README.md
README.md
+1
-0
outputs.tf
outputs.tf
+1
-1
No files found.
README.md
View file @
7f4f9113
...
...
@@ -449,6 +449,7 @@ Sometimes it is handy to have public access to Redshift clusters (for example if
| intra
\_
subnet
\_
arns | List of ARNs of intra subnets |
| intra
\_
subnets | List of IDs of intra subnets |
| intra
\_
subnets
\_
cidr
\_
blocks | List of cidr_blocks of intra subnets |
| name | The name of the VPC specified as argument to this module |
| nat
\_
ids | List of allocation ID of Elastic IPs created for AWS NAT Gateway |
| nat
\_
public
\_
ips | List of public Elastic IPs created for AWS NAT Gateway |
| natgw
\_
ids | List of NAT Gateway IDs |
...
...
outputs.tf
View file @
7f4f9113
...
...
@@ -625,6 +625,6 @@ output "azs" {
}
output
"name"
{
description
=
"The name of the VPC"
description
=
"The name of the VPC
specified as argument to this module
"
value
=
var
.
name
}
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