-
-
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
Unable to provide different tag names for different subnets #698
Comments
Currently, you can't do this in this module. You can try to use I am going to close this issue because we already have #403 which is about a similar case (not entirely the same but the solution will cover this case, too). |
Thanks. May I know why something which is a common use case and also easy to implement was not included in this module ? Ability to tag each resource we are creating via this module is something basic yeah ? |
Primarily because this module started when it was not possible to implement such dynamic features. We will have support for the features you described once we figure out the way to handle the migration path for the existing users (terraform does not have an easy way to specify the upgrade path as code, yet). |
Sorry, what migration/upgrade are you referring to ? |
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 am creating a bunch of private subnets for Lambdas, Databricks components etc and I would like to tag them so as to be able to distinguish them when I look in AWS console
From what I can see in the current config, I cannot do this as the additional tags are not based on count/index ?
This is what I see on AWS console
How can I name them as below ?
The text was updated successfully, but these errors were encountered: