terraform-aws-eventbridge
terraform-aws-eventbridge copied to clipboard
feat: Name tag for IAM policies and roles
Description
This patch adds Name
tag to IAM role and policies. Especially tags for policies are important because they're shown in Resource Groups & Tag Editor in tag:Name
column in the default view.
How Has This Been Tested?
- [x] I have tested and validated these changes using one or more of the provided
examples/*
projects - [x] I have executed
pre-commit run -a
on my pull request