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

DNM Promote ec2_transit_gateway_vpc_attachment and ec2_transit_gateway_vpc_attachment_info modules and tests #2347

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
aa3f28a
New Module: TGW VPC Attachments (#1004)
tremble May 2, 2022
7a85303
ec2_transit_gateway_vpc_attachment - retry on IncorrectState (#1147)
tremble May 17, 2022
4ca1987
Tagging fragment - Move simplest cases over to the docs fragment. (#1…
tremble Jun 1, 2022
2a5b38d
tests/integration: ensure the CI gives more time to some slow targets…
goneri Sep 16, 2022
7f26282
tests: dedicate more time to ec2_transit_gateway_vpc_attachment (#1494)
goneri Sep 17, 2022
6712b00
Make example AWS UUIDS follow a specific pattern (#1539)
tremble Sep 28, 2022
9605ba5
Update extends_documentation_fragment with amazon.aws.boto3 (#1459)
alinabuzachis Oct 5, 2022
54d39f6
Ansible User-Agent identification for community.aws (#1632)
abikouo Jan 10, 2023
2ce901d
fixed unneeded `state` in module docs. (#1728)
mihai-satmarean Feb 28, 2023
ac45143
Cleanup headers and imports (#1738)
tremble Mar 8, 2023
6b84c40
Big Black PR (#1784)
tremble Apr 26, 2023
87dcdc1
Mass update of docs and tests (credentials/session tokens) (#1921)
tremble Aug 31, 2023
89eb8d7
ansible-lint (documentation) cleanup for plugins/ (#2036)
tremble Jan 5, 2024
7649931
Add support to enable multicast on transit gateway (#2063)
cschimid Jul 2, 2024
1764a31
ec2_transit_gateway_vpc_attachment - Prepare module for migration to …
GomathiselviS Oct 18, 2024
aeaa375
Update runtime
alinabuzachis Oct 18, 2024
207faba
Update FQDN
alinabuzachis Oct 18, 2024
07fc71f
Update AnsibleAWSModule import path
alinabuzachis Oct 18, 2024
2f6cd79
Remove collection reference inside the tests
alinabuzachis Oct 18, 2024
337591c
Add changelog fragment
alinabuzachis Oct 18, 2024
68f9801
Apply isort
alinabuzachis Oct 18, 2024
ca6a98d
Update transitgateway.py
alinabuzachis Oct 18, 2024
cdcb00e
Update FQCN integration tests
alinabuzachis Oct 18, 2024
5300907
Fix naming
alinabuzachis Oct 24, 2024
338f211
Fix naming
alinabuzachis Oct 24, 2024
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
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
---
major_changes:
- ec2_transit_gateway_vpc_attachment - 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_transit_gateway_vpc_attachment``.
- ec2_transit_gateway_vpc_attachment_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_transit_gateway_vpc_attachment_info``.
12 changes: 7 additions & 5 deletions meta/runtime.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ action_groups:
- ec2_spot_instance_info
- ec2_tag
- ec2_tag_info
- ec2_transit_gateway_vpc_attachment
- ec2_transit_gateway_vpc_attachment_info
- ec2_vol
- ec2_vol_info
- ec2_vpc_dhcp_option
Expand Down Expand Up @@ -164,14 +166,14 @@ plugin_routing:
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.
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
redirect: amazon.aws.ssm_parameter
aws_secret:
# Deprecation for this alias should not *start* prior to 2024-09-01
redirect: amazon.aws.secretsmanager_secret
redirect: amazon.aws.secretsmanager_secret
Loading
Loading