Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add name option globally across all resources, like private_subnet_names and not via tags #1167

Open
eylon-commit opened this issue Feb 5, 2025 · 0 comments

Comments

@eylon-commit
Copy link

eylon-commit commented Feb 5, 2025

For example, I want to change the different route table names individually.

By default, the module creates 2 private route tables, one per subnet.

I can use the "private_route_table_tags" and modify the Name tag, but this will change the name to be the same for both.

I would want the option to rename each route table individually, to have an option just like the "default_route_table_name option" or "private_subnet_names" (using the
same logic to configure both of them individually with a list(string)). It's possible to implement this in the same way.

This is also relevant for NAT Gateways, other route table types, etc.

@eylon-commit eylon-commit changed the title Add route_table name option Add name option globally across all resources, like private_subnet_names and not via tags Feb 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant