File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
examples/vpc-separate-private-route-tables Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,6 +51,6 @@ No inputs.
51
51
| <a name =" output_nat_public_ips " ></a > [ nat\_ public\_ ips] ( #output\_ nat\_ public\_ ips ) | List of public Elastic IPs created for AWS NAT Gateway |
52
52
| <a name =" output_private_subnets " ></a > [ private\_ subnets] ( #output\_ private\_ subnets ) | List of IDs of private subnets |
53
53
| <a name =" output_public_subnets " ></a > [ public\_ subnets] ( #output\_ public\_ subnets ) | List of IDs of public subnets |
54
- | <a name =" output_redshift_subnets " ></a > [ redshift\_ subnets] ( #output\_ redshift\_ subnets ) | List of IDs of elasticache subnets |
54
+ | <a name =" output_redshift_subnets " ></a > [ redshift\_ subnets] ( #output\_ redshift\_ subnets ) | List of IDs of redshift subnets |
55
55
| <a name =" output_vpc_id " ></a > [ vpc\_ id] ( #output\_ vpc\_ id ) | The ID of the VPC |
56
56
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ output "elasticache_subnets" {
26
26
}
27
27
28
28
output "redshift_subnets" {
29
- description = " List of IDs of elasticache subnets"
29
+ description = " List of IDs of redshift subnets"
30
30
value = module. vpc . redshift_subnets
31
31
}
32
32
You can’t perform that action at this time.
0 commit comments