You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
are hardcoded.
It would be good to be able to map these relation as we can do for Owner tag, so that the mapping for these 4 tags can be attached to any AWS tag existing.
Possible Implementation
To implement this, the tags code would need to evolve a bit to replace
Feature Suggestion
In this plugin, we can define the Owner tag in the general config, but the 4 dependency tags
are hardcoded.
It would be good to be able to map these relation as we can do for Owner tag, so that the mapping for these 4 tags can be attached to any AWS tag existing.
Possible Implementation
To implement this, the tags code would need to evolve a bit to replace
by 2 maps of tags
TAG_DEPENDENCY_OF => awsDependencyOffTag
TAG_DEPENDS_ON => awsDependencyOnTag
and the config would propose the ability to force these 4 tag value
Context
The text was updated successfully, but these errors were encountered: