Skip to content

Commit

Permalink
Set the wait timeout to 900 seconds (#1977)
Browse files Browse the repository at this point in the history
Set the wait timeout to 900 seconds

SUMMARY
Use the wait_timeout flag within the community.aws.networkfirewall module to specify the maximum time, in seconds, to wait for the AWS Network Firewall to reach the expected state
ISSUE TYPE

Docs Pull Request

COMPONENT NAME
wait_timeout:

Reviewed-by: Alina Buzachis
Reviewed-by: Mark Chappell
  • Loading branch information
theputta authored May 17, 2024
1 parent 593c7ab commit 10a36e6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions plugins/modules/networkfirewall.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,16 @@
- community.aws.networkfirewall:
state: absent
name: 'ExampleFirewall'
# Create an AWS Network Firewall with Wait Timeout
- community.aws.networkfirewall:
name: 'ExampleFirewall'
state: present
policy: 'ExamplePolicy'
subnets:
- 'subnet-123456789abcdef01'
wait: true
wait_timeout: 900
"""

RETURN = r"""
Expand Down

0 comments on commit 10a36e6

Please sign in to comment.