Skip to content

Commit

Permalink
fix: Fixed mistake in separate private route tables example (terrafor…
Browse files Browse the repository at this point in the history
  • Loading branch information
hieultan authored and Seun Bolanle committed Nov 26, 2021
1 parent 7e52d39 commit 5792633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/vpc-separate-private-route-tables/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,6 @@ No inputs.
| <a name="output_nat_public_ips"></a> [nat\_public\_ips](#output\_nat\_public\_ips) | List of public Elastic IPs created for AWS NAT Gateway |
| <a name="output_private_subnets"></a> [private\_subnets](#output\_private\_subnets) | List of IDs of private subnets |
| <a name="output_public_subnets"></a> [public\_subnets](#output\_public\_subnets) | List of IDs of public subnets |
| <a name="output_redshift_subnets"></a> [redshift\_subnets](#output\_redshift\_subnets) | List of IDs of elasticache subnets |
| <a name="output_redshift_subnets"></a> [redshift\_subnets](#output\_redshift\_subnets) | List of IDs of redshift subnets |
| <a name="output_vpc_id"></a> [vpc\_id](#output\_vpc\_id) | The ID of the VPC |
<!-- END OF PRE-COMMIT-TERRAFORM DOCS HOOK -->
2 changes: 1 addition & 1 deletion examples/vpc-separate-private-route-tables/outputs.tf
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ output "elasticache_subnets" {
}

output "redshift_subnets" {
description = "List of IDs of elasticache subnets"
description = "List of IDs of redshift subnets"
value = module.vpc.redshift_subnets
}

Expand Down

0 comments on commit 5792633

Please sign in to comment.