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.
5151| <a name =" output_nat_public_ips " ></a > [ nat\_ public\_ ips] ( #output\_ nat\_ public\_ ips ) | List of public Elastic IPs created for AWS NAT Gateway |
5252| <a name =" output_private_subnets " ></a > [ private\_ subnets] ( #output\_ private\_ subnets ) | List of IDs of private subnets |
5353| <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 |
5555| <a name =" output_vpc_id " ></a > [ vpc\_ id] ( #output\_ vpc\_ id ) | The ID of the VPC |
5656<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ output "elasticache_subnets" {
2626}
2727
2828output "redshift_subnets" {
29- description = " List of IDs of elasticache subnets"
29+ description = " List of IDs of redshift subnets"
3030 value = module. vpc . redshift_subnets
3131}
3232
You can’t perform that action at this time.
0 commit comments