Skip to content

Commit

Permalink
Add aws:alert_established to firewall policy
Browse files Browse the repository at this point in the history
Signed-off-by: Jim Enright <[email protected]>
  • Loading branch information
jimright committed Jan 15, 2025
1 parent 12b6273 commit 192a57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/terraform-aws-firewall/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ resource "aws_networkfirewall_firewall_policy" "fw_policy" {
name = var.firewall_policy_name

firewall_policy {
stateful_default_actions = ["aws:drop_established"]
stateful_default_actions = ["aws:drop_established", "aws:alert_established"]
stateful_engine_options {
rule_order = "STRICT_ORDER"
stream_exception_policy = "DROP"
Expand Down

0 comments on commit 192a57f

Please sign in to comment.