Skip to content

Commit

Permalink
Fix sanity
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 14, 2024
1 parent 2443d08 commit 520f30d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/modules/ec2_vpc_vpn.py
Original file line number Diff line number Diff line change
Expand Up @@ -904,7 +904,7 @@ def main():
options=dict(
TunnelInsideCidr=dict(type="str"),
TunnelInsideIpv6Cidr=dict(type="str"),
PreSharedKey=dict(type="str"),
PreSharedKey=dict(type="str", no_log=True),
),
),
static_only=dict(default=False, type="bool"),
Expand Down
1 change: 1 addition & 0 deletions plugins/modules/ec2_vpc_vpn_info.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
description: List of one or more EC2 VPN Connections.
type: list
elements: dict
returned: always
contains:
category:
description: The category of the VPN connection.
Expand Down

0 comments on commit 520f30d

Please sign in to comment.