Commit 7f4f9113 authored by Anton Babenko's avatar Anton Babenko

Fixed README after merge

parent 17db88d2
...@@ -449,6 +449,7 @@ Sometimes it is handy to have public access to Redshift clusters (for example if ...@@ -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\_subnet\_arns | List of ARNs of intra subnets |
| intra\_subnets | List of IDs of intra subnets | | intra\_subnets | List of IDs of intra subnets |
| intra\_subnets\_cidr\_blocks | List of cidr_blocks 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\_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 | | nat\_public\_ips | List of public Elastic IPs created for AWS NAT Gateway |
| natgw\_ids | List of NAT Gateway IDs | | natgw\_ids | List of NAT Gateway IDs |
......
...@@ -625,6 +625,6 @@ output "azs" { ...@@ -625,6 +625,6 @@ output "azs" {
} }
output "name" { output "name" {
description = "The name of the VPC" description = "The name of the VPC specified as argument to this module"
value = var.name value = var.name
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment