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 10, 2024
1 parent a69e680 commit 61caa97
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\"})"
expression = "(not ip.geoip.country in {\"CA\" \"US\" \"CN\" \"IT\" \"CH\"})"
}
resource "cloudflare_firewall_rule" "block_countries" {
zone_id = data.cloudflare_zone.domain.id
Expand Down

0 comments on commit 61caa97

Please sign in to comment.