Skip to content

Commit

Permalink
Merge pull request #1054 from GomathiselviS/promote_kms_key
Browse files Browse the repository at this point in the history
Promote kms_key* modules and tests

SUMMARY


Depends-On: ansible/zuul-config#445
Migrate kms_key* module from community.aws
ISSUE TYPE


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

COMPONENT NAME

ADDITIONAL INFORMATION

Reviewed-by: Mark Chappell <None>
  • Loading branch information
softwarefactory-project-zuul[bot] authored Sep 23, 2022
2 parents eb1ee34 + a016f55 commit 4637340
Show file tree
Hide file tree
Showing 17 changed files with 3,081 additions and 6 deletions.
7 changes: 7 additions & 0 deletions changelogs/fragments/migrate_kms_key.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
major_changes:
- kms_key - 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.kms_key``.
- kms_key_info - 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.kms_key_info``.
20 changes: 14 additions & 6 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,8 @@ action_groups:
- lambda_execute
- lambda_info
- lambda_policy
- kms_key
- kms_key_info
- rds_cluster
- rds_cluster_info
- rds_cluster_snapshot
Expand All @@ -83,9 +85,21 @@ plugin_routing:
aws_s3:
redirect: amazon.aws.s3_object
modules:
aws_kms:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.kms_key
aws_kms_info:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.kms_key_info
aws_s3:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.s3_object
ec2_asg:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.autoscaling_group
ec2_asg_info:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.autoscaling_group_info
ec2_elb_lb:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.elb_classic_lb
Expand All @@ -95,12 +109,6 @@ plugin_routing:
ec2_group_info:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.ec2_security_group_info
ec2_asg:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.autoscaling_group
ec2_asg_info:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.autoscaling_group_info
ec2_metric_alarm:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.cloudwatch_metric_alarm
Expand Down
Loading

0 comments on commit 4637340

Please sign in to comment.