Threat intel

akamai_appsec_threat_intel

Enables or disables threat intelligence for a security policy.

resource "akamai_appsec_threat_intel" "my_threat_intel" {
  config_id          = 12345
  security_policy_id = "abcd_123456"
  threat_intel       = "on"
}

Arguments

Pass your security configuration and policy IDs along with an enablement setting.

ArgumentRequiredDescription
config_id✔️Your security configuration's ID.
security_policy_id✔️Your security policy ID.
threat_intel✔️Whether to enable or disable threat intelligence protections.

Attributes

There is no standard output for this resource. Adding an output block returns the enablement status.