Skip to content

Commit 4950b97

Browse files
authored
fix: Fixed mistake in separate private route tables example (#664)
1 parent 5d3ad78 commit 4950b97

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/vpc-separate-private-route-tables/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 -->

examples/vpc-separate-private-route-tables/outputs.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ output "elasticache_subnets" {
2626
}
2727

2828
output "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

0 commit comments

Comments
 (0)