Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
  • Loading branch information
alinabuzachis committed Oct 22, 2024
1 parent 40db553 commit 01690c3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions plugins/modules/ec2_vpc_nat_gateway.py
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ def wait_for_status(client, module: AnsibleAWSModule, waiter_name: str, nat_gate
def get_nat_gateways(
client, subnet_id: Optional[str] = None, nat_gateway_id: Optional[str] = None, states: Optional[List[str]] = None
) -> List[Dict[str, Any]]:
# Test
"""Retrieve a list of NAT Gateways
Args:
client (botocore.client.EC2): Boto3 client
Expand Down

0 comments on commit 01690c3

Please sign in to comment.