Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[WIP] Remove ec2_vpc_endpoint* modules and tests #606

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions changelogs/fragments/migrate_ec2_vpc_endpoint.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
breaking_changes:
- ec2_vpc_endpoint - 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_endpoint_info``.
- ec2_vpc_endpoint_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_endpoint_info``.
- ec2_vpc_endpoint_service_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_endpoint_service_info``.
387 changes: 0 additions & 387 deletions docs/community.aws.ec2_vpc_endpoint_info_module.rst

This file was deleted.

550 changes: 0 additions & 550 deletions docs/community.aws.ec2_vpc_endpoint_module.rst

This file was deleted.

544 changes: 0 additions & 544 deletions docs/community.aws.ec2_vpc_endpoint_service_info_module.rst

This file was deleted.

11 changes: 0 additions & 11 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 @@ -124,9 +123,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 @@ -323,13 +319,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
Loading