-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Allow adding subnet tags per subnet name #900
Comments
This issue has been automatically marked as stale because it has been open 30 days |
Not stale |
This issue has been automatically marked as stale because it has been open 30 days |
It looks like PR #901 will resolve this issue |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
I would like to add subnet tags that are specific to the name of the subnet.
We have processes that look up what subnet to use based on the configured tags.
I couldn't see an existing way of achieving this.
This functionality would work the same as private_subnet_tags_per_az and public_subnet_tags_per_az but use a map containing the subnet names instead.
I have added the functionality locally to test it worked as expected.
The text was updated successfully, but these errors were encountered: