diff --git a/changelogs/fragments/migrate_ec2_vpc_vpn.yml b/changelogs/fragments/migrate_ec2_vpc_vpn.yml new file mode 100644 index 00000000000..44b6cbc205f --- /dev/null +++ b/changelogs/fragments/migrate_ec2_vpc_vpn.yml @@ -0,0 +1,8 @@ +--- +breaking_changes: + - ec2_vpc_vpn - 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.ec2_vpc_vpn``. + - ec2_vpc_vpn_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.ec2_vpc_vpn_info``. diff --git a/meta/runtime.yml b/meta/runtime.yml index ea50b016258..de84a8363c0 100644 --- a/meta/runtime.yml +++ b/meta/runtime.yml @@ -121,8 +121,6 @@ action_groups: - ec2_vpc_peering_info - ec2_vpc_vgw - ec2_vpc_vgw_info - - ec2_vpc_vpn - - ec2_vpc_vpn_info - ec2_win_password - ecs_attribute - ecs_cluster @@ -520,6 +518,10 @@ plugin_routing: redirect: amazon.aws.s3_bucket_info sts_assume_role: redirect: amazon.aws.sts_assume_role + ec2_vpc_vpn: + redirect: amazon.aws.ec2_vpc_vpn + ec2_vpc_vpn_info: + redirect: amazon.aws.ec2_vpc_vpn_info module_utils: route53: redirect: amazon.aws.route53 \ No newline at end of file