Skip to content

Commit

Permalink
Revert "Set the wait timeout to 900 seconds (#1977)" (#2096)
Browse files Browse the repository at this point in the history
This reverts commit 10a36e6.
  • Loading branch information
tremble authored May 17, 2024
1 parent 10a36e6 commit 0b80b97
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions plugins/modules/networkfirewall.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,16 +140,6 @@
- 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 0b80b97

Please sign in to comment.