-
Notifications
You must be signed in to change notification settings - Fork 342
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_vpc_nat_gateway: Add support for connectivity_type = private #1267
ec2_vpc_nat_gateway: Add support for connectivity_type = private #1267
Conversation
Signed-off-by: GomathiselviS <[email protected]>
Docs Build 📝Thank you for contribution!✨ This PR has been merged and your docs changes will be incorporated when they are next published. |
@@ -544,13 +552,14 @@ def release_address(client, module, allocation_id): | |||
|
|||
|
|||
def create(client, module, subnet_id, allocation_id, tags, client_token=None, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I could be nice to cover the params
dict creation with a unit-tests.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would like to create a separate PR to add unit test cases for the complete module.
…ible-collections#1267) ec2_vpc_nat_gateway: Add support for connectivity_type = private Signed-off-by: GomathiselviS [email protected] SUMMARY Fixes: ansible-collections#1260 This PR adds a key 'connectivity_type' to ec2_vpc_nat_gateway module ISSUE TYPE Feature Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mandar Kulkarni <[email protected]> Reviewed-by: Gonéri Le Bouder <[email protected]> Reviewed-by: GomathiselviS <None>
…) (#1486) [manual backport stable-5] ec2_vpc_nat_gateway: Add support for connectivity_type = private (#1267) ec2_vpc_nat_gateway: Add support for connectivity_type = private Signed-off-by: GomathiselviS [email protected] SUMMARY Fixes: #1260 This PR adds a key 'connectivity_type' to ec2_vpc_nat_gateway module ISSUE TYPE Feature Pull Request COMPONENT NAME ADDITIONAL INFORMATION Reviewed-by: Mandar Kulkarni [email protected] Reviewed-by: Gonéri Le Bouder [email protected] Reviewed-by: GomathiselviS SUMMARY ISSUE TYPE Bugfix Pull Request Docs Pull Request Feature Pull Request New Module Pull Request COMPONENT NAME ADDITIONAL INFORMATION
Signed-off-by: GomathiselviS [email protected]
SUMMARY
Fixes: #1260
This PR adds a key 'connectivity_type' to ec2_vpc_nat_gateway module
ISSUE TYPE
COMPONENT NAME
ADDITIONAL INFORMATION