Skip to content

Commit

Permalink
Merge pull request #270 from silinternational/name-waf-rule
Browse files Browse the repository at this point in the history
Release 12.11.2 -- add IdP name to WAF rule
  • Loading branch information
briskt authored Oct 30, 2024
2 parents c83b1ee + c5b7c5e commit ac094c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/010-cluster/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ resource "cloudflare_ruleset" "nat" {
rules {
action = "skip"
expression = "(ip.src eq ${module.vpc.nat_gateway_ip})"
description = "skip outbound NAT gateway IP address"
description = "${var.idp_name} NAT gateway skip bot protection"
enabled = true
action_parameters {
phases = [
Expand Down

0 comments on commit ac094c7

Please sign in to comment.