Skip to content

Commit

Permalink
Fixed README after merge
Browse files Browse the repository at this point in the history
  • Loading branch information
antonbabenko committed Jul 21, 2019
1 parent 17db88d commit 7f4f911
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit 7f4f911

Please sign in to comment.