Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Promote iam_group module #1945

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading