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
(cherry picked from commit 10a36e6)
  • Loading branch information
theputta authored and patchback[bot] committed May 17, 2024
1 parent f173bcc commit d5c2354
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 d5c2354

Please sign in to comment.