Skip to content

Commit

Permalink
Promote iam_group module (ansible-collections#1755)
Browse files Browse the repository at this point in the history
Promote iam_group module

SUMMARY

Migrate iam_group module from community.aws

related to ansible-collections/community.aws#1945
ISSUE TYPE


Bugfix Pull Request
Docs Pull Request
Feature Pull Request
New Module Pull Request

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell
Reviewed-by: Helen Bailey <[email protected]>
Reviewed-by: Mandar Kulkarni <[email protected]>
Reviewed-by: Bikouo Aubin
Reviewed-by: Alina Buzachis
  • Loading branch information
mandar242 committed Sep 19, 2023
1 parent 5c10d4d commit dbb569c
Show file tree
Hide file tree
Showing 9 changed files with 564 additions and 7 deletions.
4 changes: 4 additions & 0 deletions changelogs/fragments/migrate_iam_group.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
major_changes:
- iam_group - The module has been migrated from the ``community.aws`` collection.
Playbooks using the Fully Qualified Collection Name for this module should be updated
to use ``amazon.aws.iam_group`` (https://github.com/ansible-collections/amazon.aws/pull/1755).
7 changes: 4 additions & 3 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,23 @@ action_groups:
- aws_s3
- backup_plan
- backup_plan_info
- backup_tag
- backup_tag_info
- backup_selection
- backup_selection_info
- backup_tag
- backup_tag_info
- backup_vault
- backup_vault_info
- cloudformation
- cloudformation_info
- cloudtrail
- cloudtrail_info
- cloudwatch_metric_alarm
- cloudwatch_metric_alarm_info
- cloudwatchevent_rule
- cloudwatchevent_rule
- cloudwatchlogs_log_group
- cloudwatchlogs_log_group_info
- cloudwatchlogs_log_group_metric_filter
- cloudwatch_metric_alarm_info
- ec2_ami
- ec2_ami_info
- ec2_eip
Expand Down Expand Up @@ -68,6 +68,7 @@ action_groups:
- elb_application_lb_info
- elb_classic_lb
- execute_lambda
- iam_group
- iam_instance_profile
- iam_instance_profile_info
- iam_policy
Expand Down
Loading

0 comments on commit dbb569c

Please sign in to comment.