Skip to content

Commit

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

SUMMARY


Remove iam_group modules and tests
These modules have been migrated to amazon.aws
Update runtime.yml with redirects to that collection
Update ignore files


related to ansible-collections/amazon.aws#1755
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 <hebailey@redhat.com>
Reviewed-by: Bikouo Aubin
Reviewed-by: Alina Buzachis
  • Loading branch information
mandar242 authored Sep 20, 2023
1 parent c2fead0 commit bac5820
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 561 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 @@
breaking_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/community.aws/pull/1945).
21 changes: 11 additions & 10 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ action_groups:
- api_gateway_info
- application_autoscaling_policy
- autoscaling_complete_lifecycle_action
- autoscaling_instance_refresh_info
- autoscaling_instance_refresh
- autoscaling_instance_refresh_info
- autoscaling_launch_config
- autoscaling_launch_config_find
- autoscaling_launch_config_info
- autoscaling_launch_config
- autoscaling_lifecycle_hook
- autoscaling_policy
- autoscaling_scheduled_action
Expand Down Expand Up @@ -94,10 +94,10 @@ action_groups:
- ec2_ami_copy
- ec2_asg
- ec2_asg_info
- ec2_asg_scheduled_action
- ec2_asg_instance_refresh
- ec2_asg_instance_refresh_info
- ec2_asg_lifecycle_hook
- ec2_asg_scheduled_action
- ec2_customer_gateway
- ec2_customer_gateway_info
- ec2_elb
Expand Down Expand Up @@ -135,16 +135,16 @@ action_groups:
- ecs_taskdefinition_info
- efs
- efs_info
- eks_cluster
- efs_tag
- eks_cluster
- eks_fargate_profile
- eks_nodegroup
- elasticbeanstalk_app
- elasticache
- elasticache_info
- elasticache_parameter_group
- elasticache_snapshot
- elasticache_subnet_group
- elasticbeanstalk_app
- elb_classic_lb
- elb_classic_lb_info
- elb_instance
Expand All @@ -158,7 +158,6 @@ action_groups:
- glue_job
- iam_access_key
- iam_access_key_info
- iam_group
- iam_managed_policy
- iam_mfa_device_info
- iam_password_policy
Expand All @@ -172,13 +171,13 @@ action_groups:
- lightsail
- lightsail_snapshot
- lightsail_static_ip
- msk_cluster
- msk_config
- mq_broker
- mq_broker_config
- mq_broker_info
- mq_user
- mq_user_info
- msk_cluster
- msk_config
- networkfirewall
- networkfirewall_info
- networkfirewall_policy
Expand All @@ -192,8 +191,8 @@ action_groups:
- redshift_info
- redshift_subnet_group
- route53_wait
- s3_bucket_notification
- s3_bucket_info
- s3_bucket_notification
- s3_cors
- s3_lifecycle
- s3_logging
Expand All @@ -212,9 +211,9 @@ action_groups:
- ssm_parameter
- stepfunctions_state_machine
- stepfunctions_state_machine_execution
- storagegateway_info
- sts_assume_role
- sts_session_token
- storagegateway_info
- waf_condition
- waf_info
- waf_rule
Expand Down Expand Up @@ -508,6 +507,8 @@ plugin_routing:
redirect: amazon.aws.route53_info
route53_zone:
redirect: amazon.aws.route53_zone
iam_group:
redirect: amazon.aws.iam_group
module_utils:
route53:
redirect: amazon.aws.route53
Loading

0 comments on commit bac5820

Please sign in to comment.