community.aws
community.aws copied to clipboard
Support tagging for AWS IAM managed policies
SUMMARY
Add the ability to tag managed AWS IAM policies
ISSUE TYPE
- Feature Idea
COMPONENT NAME
iam_managed_policy
ADDITIONAL INFORMATION
AWS supports tagging Managed IAM policies, we should be able to do that from the managed IAM policy module.
- name: Create IAM Managed Policy
community.aws.iam_managed_policy:
...
tags:
foo: bar
Files identified in the description:
- [
plugins/modules/iam_managed_policy.py](https://github.com/['ansible-collections/amazon.aws', 'ansible-collections/community.aws', 'ansible-collections/community.vmware']/blob/main/plugins/modules/iam_managed_policy.py)
If these files are inaccurate, please update the component name section of the description or use the !component bot command.
cc @dkhenry @jillr @markuman @s-hertel @tremble click here for bot help
@sebastien-rosset @celik0311 Does one of you have some time to implement the tags parameter here?
Before I start, I'd like to see that at least one other PR is accepted and merged. I would like to get some confidence that submissions are actually accepted (obviously with proper review) within a reasonable time frame. For example, this one: https://github.com/ansible-collections/community.aws/pull/870