Skip to content

Commit

Permalink
Merge pull request #2341 from alinabuzachis/promote_ec2_vpc_vpn
Browse files Browse the repository at this point in the history
DNM Promote ec2_vpc _vpn and ec2_vpc _vpn_info modules and tests
  • Loading branch information
alinabuzachis authored Oct 25, 2024
2 parents 1700d40 + fdbc46f commit 9ff27f1
Show file tree
Hide file tree
Showing 8 changed files with 1,818 additions and 0 deletions.
8 changes: 8 additions & 0 deletions changelogs/fragments/migrate_ec2_vpc_vpn.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
major_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``.
2 changes: 2 additions & 0 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ action_groups:
- ec2_vpc_subnet_info
- ec2_vpc_vgw
- ec2_vpc_vgw_info
- ec2_vpc_vpn
- ec2_vpc_vpn_info
- elb_application_lb
- elb_application_lb_info
- elb_classic_lb
Expand Down
Loading

0 comments on commit 9ff27f1

Please sign in to comment.