Skip to content

Commit

Permalink
The following modules have been migrated to amazon.aws collection: au…
Browse files Browse the repository at this point in the history
…toscaling_instance_refresh,autoscaling_instance_refresh_info
  • Loading branch information
abikouo committed Oct 15, 2024
1 parent 86d268f commit 5870811
Show file tree
Hide file tree
Showing 11 changed files with 6 additions and 1,120 deletions.
10 changes: 6 additions & 4 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ action_groups:
- api_gateway_info
- application_autoscaling_policy
- autoscaling_complete_lifecycle_action
- autoscaling_instance_refresh
- autoscaling_instance_refresh_info
- autoscaling_launch_config
- autoscaling_launch_config_find
- autoscaling_launch_config_info
Expand Down Expand Up @@ -384,10 +382,10 @@ plugin_routing:
redirect: amazon.aws.autoscaling_group_info
ec2_asg_instance_refresh:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: community.aws.autoscaling_instance_refresh
redirect: amazon.aws.autoscaling_instance_refresh
ec2_asg_instance_refresh_info:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: community.aws.autoscaling_instance_refresh_info
redirect: amazon.aws.autoscaling_instance_refresh_info
ec2_asg_lifecycle_hook:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: community.aws.autoscaling_lifecycle_hook
Expand Down Expand Up @@ -520,6 +518,10 @@ plugin_routing:
redirect: amazon.aws.s3_bucket_info
sts_assume_role:
redirect: amazon.aws.sts_assume_role
autoscaling_instance_refresh:
redirect: amazon.aws.autoscaling_instance_refresh
autoscaling_instance_refresh_info:
redirect: amazon.aws.autoscaling_instance_refresh_info
module_utils:
route53:
redirect: amazon.aws.route53
298 changes: 0 additions & 298 deletions plugins/modules/autoscaling_instance_refresh.py

This file was deleted.

Loading

0 comments on commit 5870811

Please sign in to comment.