Skip to content

Commit

Permalink
Update waf.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
mchestr authored May 20, 2024
1 parent 3d64762 commit a228904
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/cloudflare/waf.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
resource "cloudflare_filter" "block_countries" {
zone_id = data.cloudflare_zone.domain.id
description = "Expression to block countries"
expression = "(not ip.geoip.country in {\"CA\" \"US\" \"CN\" \"IT\" \"CH\"})"
expression = "(not ip.geoip.country in {\"CA\" \"US\" \"CN\" \"IT\" \"CH\" \"NL\"})"
}
resource "cloudflare_firewall_rule" "block_countries" {
zone_id = data.cloudflare_zone.domain.id
Expand Down

0 comments on commit a228904

Please sign in to comment.