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
To help with cost allocation reporting, it would be helpful to have some tags applied to the EC2 instances created by the ASG at launch. It seems here, it's hardcoded to false and only the Name tag is allowed to propagate:
We could perhaps add a new variable such as propagted_tags to allow for both propagated and non-propagated tags to not break existing functionality while allowing for extra propagated tags as well.
The text was updated successfully, but these errors were encountered:
To help with cost allocation reporting, it would be helpful to have some tags applied to the EC2 instances created by the ASG at launch. It seems here, it's hardcoded to false and only the Name tag is allowed to propagate:
Reference
We could perhaps add a new variable such as
propagted_tags
to allow for both propagated and non-propagated tags to not break existing functionality while allowing for extra propagated tags as well.The text was updated successfully, but these errors were encountered: