cloudformation-coverage-roadmap
cloudformation-coverage-roadmap copied to clipboard
AWS::IAM::Role doesn't take the 3 cloudformation tags
-
Cloudformation doesn't add its default 3 tags to roles (stack-name, stack-id and logical-id)
-
Expected behavior: the 3 resources should be present
-
Additional context This is even more important because roles are global. If a stack is deployed regionally always adding the same role but not defining a name, it results on cloudformation deploying the same role with random names on each of the 3 regions. The tag would allow to identify which stack on which region created it. Without it only by visiting each of the regions to match the random name.
Additionally, this also applies to stack level tags.
Any progress on this?