Skip to content

Commit

Permalink
Temporarily drop_established removed (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
vjremotegithub authored Oct 17, 2024
1 parent db73f39 commit b0697bd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ resource "aws_networkfirewall_firewall_policy" "policy" {

# Specify stateful default actions
stateful_default_actions = [
"aws:drop_established",
# "aws:drop_established",
"aws:alert_established"
]

Expand Down

0 comments on commit b0697bd

Please sign in to comment.