Skip to content

Commit

Permalink
Update main.tf
Browse files Browse the repository at this point in the history
  • Loading branch information
fchmainy authored Oct 19, 2022
1 parent 9738479 commit ac06f63
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions multiple_waf_policies/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,13 @@ resource "bigip_ltm_policy" "multiple" {
}
}
}
rule {
name = "default"
action {
asm = true
enable = true
policy = var.default_policy
request = true
}
}
}

0 comments on commit ac06f63

Please sign in to comment.