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
The current community module only tags envtype and envname on select resources. Most terraform resources have a tag {} that allow developers to pass in tags of their choosing. There are N number of cases where more tags need to be applied.
This module only tags envtype and envname on select resources. I made a backwards compatible change that allows developers to pass in their own set of standard tags which then gets merged with the default envtype and envname tags.
Tags are also applied to any RDS resource that supports them. This way all related resources are tagged appropriately.
The text was updated successfully, but these errors were encountered:
The current community module only tags envtype and envname on select resources. Most terraform resources have a tag {} that allow developers to pass in tags of their choosing. There are N number of cases where more tags need to be applied.
See our fork: https://github.com/blastmotion/terraform-aws-aurora
This module only tags envtype and envname on select resources. I made a backwards compatible change that allows developers to pass in their own set of standard tags which then gets merged with the default envtype and envname tags.
Tags are also applied to any RDS resource that supports them. This way all related resources are tagged appropriately.
The text was updated successfully, but these errors were encountered: