Task Execution roles don't support tags
CameronHall opened this issue · 0 comments
CameronHall commented
Subject of the issue
I'm enforcing tag compliance across all resources and it'd seems that roles created by org-formation for custom resources aren't being tagged.
Looks like the tags should be passed to this function here into the updateStackInput
.
Your environment
- version of org-formation 1.0.4
Steps to reproduce
Deploy a lambda-backed custom resource using an org-formation task and configure tags against the task. Observe the tags not being applied to the execution role.
Expected behaviour
The tags should be applied to the execution role and the related stack.
Actual behaviour
It does not apply the tags tot he Cloudformation Stack or the IAM role.