summaryrefslogtreecommitdiffstats
path: root/ansible_collections/amazon/aws/meta
diff options
context:
space:
mode:
Diffstat (limited to 'ansible_collections/amazon/aws/meta')
-rw-r--r--ansible_collections/amazon/aws/meta/runtime.yml15
1 files changed, 13 insertions, 2 deletions
diff --git a/ansible_collections/amazon/aws/meta/runtime.yml b/ansible_collections/amazon/aws/meta/runtime.yml
index 37e524c9d..94614615f 100644
--- a/ansible_collections/amazon/aws/meta/runtime.yml
+++ b/ansible_collections/amazon/aws/meta/runtime.yml
@@ -1,5 +1,5 @@
---
-requires_ansible: ">=2.13.0"
+requires_ansible: ">=2.15.0"
action_groups:
aws:
- autoscaling_group
@@ -98,10 +98,14 @@ action_groups:
- lambda_policy
- rds_cluster
- rds_cluster_info
- - rds_global_cluster_info
+ - rds_cluster_param_group
+ - rds_cluster_param_group_info
- rds_cluster_snapshot
+ - rds_engine_versions_info
+ - rds_global_cluster_info
- rds_instance
- rds_instance_info
+ - rds_instance_param_group
- rds_instance_snapshot
- rds_option_group
- rds_option_group_info
@@ -155,6 +159,13 @@ plugin_routing:
execute_lambda:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.lambda_execute
+ rds_param_group:
+ redirect: amazon.aws.rds_instance_param_group
+ deprecation:
+ removal_version: 10.0.0
+ warning_text: >-
+ rds_param_group has been renamed to rds_instance_param_group.
+ Please update your tasks.
lookup:
aws_ssm:
# Deprecation for this alias should not *start* prior to 2024-09-01