Eval group

akamai_appsec_eval_group

Modifies the action and the conditions and exceptions for an evaluation mode attack group.

resource "akamai_appsec_eval_group" "my_eval_attack_group" {
  config_id           = 12345
  security_policy_id  = "abcd_123456"
  attack_group        = "SQL"
  attack_group_action = "deny"
  condition_exception = file("${path.module}/condition_exception.json")
}

Arguments

Pass your security configuration and policy IDs along with an attack group type to set or update the action taken.

Attributes

There is no standard output for this resource. Adding an output block returns confirmation of an action set or updated.


Did this page help you?