Skip to content

Commit

Permalink
Update runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
alinabuzachis committed Aug 23, 2021
1 parent c36420d commit ffc60f0
Showing 1 changed file with 15 additions and 19 deletions.
34 changes: 15 additions & 19 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ action_groups:
- ec2_elb_facts
- ec2_lc_facts
- ec2_placement_group_facts
- ec2_vpc_endpoint_facts
- ec2_vpc_igw_facts
- ec2_vpc_nacl_facts
- ec2_vpc_nat_gateway_facts
Expand Down Expand Up @@ -126,9 +125,6 @@ action_groups:
- ec2_transit_gateway
- ec2_transit_gateway_info
- ec2_vpc_egress_igw
- ec2_vpc_endpoint
- ec2_vpc_endpoint_info
- ec2_vpc_endpoint_service_info
- ec2_vpc_igw
- ec2_vpc_igw_info
- ec2_vpc_nacl
Expand Down Expand Up @@ -226,7 +222,6 @@ action_groups:
- wafv2_rule_group_info
- wafv2_web_acl
- wafv2_web_acl_info

plugin_routing:
modules:
aws_acm_facts:
Expand Down Expand Up @@ -305,7 +300,7 @@ plugin_routing:
ec2_instance:
redirect: amazon.aws.ec2_instance
ec2_instance_facts:
redirect: amazon.aws.ec2_instance_info
redirect: amazon.aws.ec2_instance_info
ec2_instance_info:
redirect: amazon.aws.ec2_instance_info
ec2_eip_facts:
Expand Down Expand Up @@ -341,13 +336,6 @@ plugin_routing:
ec2_placement_group_facts was renamed in Ansible 2.9 to
ec2_placement_group_info.
Please update your tasks.
ec2_vpc_endpoint_facts:
deprecation:
removal_date: 2021-12-01
warning_text: >-
ec2_vpc_endpoint_facts was renamed in Ansible 2.9 to
ec2_vpc_endpoint_info.
Please update your tasks.
ec2_vpc_igw_facts:
deprecation:
removal_date: 2021-12-01
Expand Down Expand Up @@ -453,9 +441,9 @@ plugin_routing:
deprecation:
removal_version: 3.0.0
warning_text: >-
The iam module is based upon a deprecated version of the AWS SDKs
and is deprecated in favor of the iam_user, iam_group and iam_role modules.
Please update your tasks.
The iam module is based upon a deprecated version of the AWS SDKs
and is deprecated in favor of the iam_user, iam_group and iam_role modules.
Please update your tasks.
iam_cert_facts:
deprecation:
removal_date: 2021-12-01
Expand Down Expand Up @@ -492,9 +480,9 @@ plugin_routing:
deprecation:
removal_version: 3.0.0
warning_text: >-
The rds module is based upon a deprecated version of the AWS SDKs
and is deprecated in favor of the rds_instance and rds_snapshot modules.
Please update your tasks.
The rds module is based upon a deprecated version of the AWS SDKs
and is deprecated in favor of the rds_instance and rds_snapshot modules.
Please update your tasks.
rds_instance_facts:
deprecation:
removal_date: 2021-12-01
Expand All @@ -519,3 +507,11 @@ plugin_routing:
warning_text: >-
route53_facts was renamed in Ansible 2.9 to route53_info.
Please update your tasks.
ec2_vpc_endpoint_facts:
redirect: amazon.aws.ec2_vpc_endpoint_facts
ec2_vpc_endpoint:
redirect: amazon.aws.ec2_vpc_endpoint
ec2_vpc_endpoint_info:
redirect: amazon.aws.ec2_vpc_endpoint_info
ec2_vpc_endpoint_service_info:
redirect: amazon.aws.ec2_vpc_endpoint_service_info

0 comments on commit ffc60f0

Please sign in to comment.