Skip to content

Commit

Permalink
Migrate cloudwatch_metric_alarm* modules and tests (ansible-collectio…
Browse files Browse the repository at this point in the history
…ns#1483)

* Remove modules
* Update runtime
* Add changelog fragment
  • Loading branch information
alinabuzachis authored Sep 22, 2022
1 parent 3ee2a33 commit 46e989f
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 986 deletions.
4 changes: 4 additions & 0 deletions changelogs/fragments/migrate_cloudwatch_metric_alarm.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
breaking_changes:
- cloudwatch_metric_alarm - 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.cloudwatch_metric_alarm``.
5 changes: 3 additions & 2 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ action_groups:
- cloudfront_invalidation
- cloudfront_origin_access_identity
- cloudfront_response_headers_policy
- cloudwatch_metric_alarm
- codebuild_project
- codecommit_repository
- codepipeline
Expand Down Expand Up @@ -397,6 +396,8 @@ plugin_routing:
redirect: amazon.aws.cloudwatchlogs_log_group_info
cloudwatchlogs_log_group_metric_filter:
redirect: amazon.aws.cloudwatchlogs_log_group_metric_filter
cloudwatch_metric_alarm:
redirect: amazon.aws.cloudwatch_metric_alarm
ec2_asg:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.autoscaling_group
Expand All @@ -423,7 +424,7 @@ plugin_routing:
redirect: community.aws.elb_instance
ec2_metric_alarm:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: community.aws.cloudwatch_metric_alarm
redirect: amazon.aws.cloudwatch_metric_alarm
ec2_instance:
redirect: amazon.aws.ec2_instance
ec2_instance_info:
Expand Down
352 changes: 0 additions & 352 deletions plugins/modules/cloudwatch_metric_alarm.py

This file was deleted.

1 change: 0 additions & 1 deletion tests/integration/targets/cloudwatch_metric_alarm/aliases

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 46e989f

Please sign in to comment.