Skip to content

Commit

Permalink
add back whitelsting
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronshiel committed May 31, 2023
1 parent fac8299 commit a1520bf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ module "api_firewall" {
secret_header_name = var.secret_header_name
secret_header_value = var.secret_header_value
allowed_origin = var.allowed_origin
enable_ip_and_origin_whitelisting = true

excluded_bot_rules = [
"CategoryMonitoring",
Expand Down

0 comments on commit a1520bf

Please sign in to comment.