terraform-aws-modules / terraform-aws-vpc

Terraform module to create AWS VPC resources 🇺🇦
https://registry.terraform.io/modules/terraform-aws-modules/vpc/aws
Apache License 2.0
2.98k stars 4.43k forks source link

Custom names for private/public route table #1119

Open Purushoth163 opened 1 month ago

Purushoth163 commented 1 month ago

Trying to create 2 private subnets. If the name is not provided, it automatically generates a name using the VPC name, private subnet prefix, and availability zone. If a "Name" value is passed in private_route_table_tags, then all the private route tables are created with the same name. I need to pass a unique name for each route table, specific to each subnet and availability zone.

github-actions[bot] commented 4 days ago

This issue has been automatically marked as stale because it has been open 30 days with no activity. Remove stale label or comment or this issue will be closed in 10 days