-
Notifications
You must be signed in to change notification settings - Fork 341
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
Ec2 transit gateway empty description #2375
Ec2 transit gateway empty description #2375
Conversation
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 6m 56s |
c96dbc4
to
ec21b6d
Compare
sets a default description of ""
ec21b6d
to
d921794
Compare
Build succeeded. ✔️ ansible-galaxy-importer SUCCESS in 4m 52s |
Build succeeded (gate pipeline). ✔️ ansible-galaxy-importer SUCCESS in 4m 13s |
69d81d5
into
ansible-collections:main
Backport to stable-9: 💚 backport PR created✅ Backport PR branch: Backported as #2388 🤖 @patchback |
SUMMARY When one or more TGWs exist with an empty description, the module will fail. Fixes #2368 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_transit_gateway ADDITIONAL INFORMATION Apparently, ansible-collections/community.aws#2086 failed to merge, and the ec2_transit_gateway module has now been migrated to amazon.aws. This PR just cherry-picks the commits on top of this repo. Reviewed-by: Alina Buzachis Reviewed-by: GomathiselviS <[email protected]> (cherry picked from commit 69d81d5)
This is a backport of PR #2375 as merged into main (69d81d5). SUMMARY When one or more TGWs exist with an empty description, the module will fail. Fixes #2368 ISSUE TYPE Bugfix Pull Request COMPONENT NAME ec2_transit_gateway ADDITIONAL INFORMATION Apparently, ansible-collections/community.aws#2086 failed to merge, and the ec2_transit_gateway module has now been migrated to amazon.aws. This PR just cherry-picks the commits on top of this repo.
SUMMARY
When one or more TGWs exist with an empty description, the module will fail.
Fixes #2368
ISSUE TYPE
COMPONENT NAME
ec2_transit_gateway
ADDITIONAL INFORMATION
Apparently, ansible-collections/community.aws#2086 failed to merge, and the
ec2_transit_gateway
module has now been migrated to amazon.aws. This PR just cherry-picks the commits on top of this repo.