Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
fchmainy authored Nov 15, 2022
1 parent 4fccda2 commit cfceb99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion canary_policy_header/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ resource "bigip_ltm_policy" "canary" {
asm = true
policy = "/${var.partition}/${var.new_waf_policy}"
request = true
connection = false
}

condition {
Expand All @@ -34,7 +35,7 @@ resource "bigip_ltm_policy" "canary" {
enable = true
policy = "/${var.partition}/${var.current_waf_policy}"
request = true

connection = false
}
}
}

0 comments on commit cfceb99

Please sign in to comment.