GuideReference
TrainingSupportCommunity
Guide

Security policy default protections

akamai_appsec_security_policy_default_protections

Create a new security policy with all of your account's available protections set to true.

resource "akamai_appsec_security_policy_default_protections" "my_security_policy" {
  config_id              = 12345
  security_policy_name   = "my policy name"
  security_policy_prefix = "abcd"
}

Arguments

Pass all arguments to create a new security policy.

ArgumentRequiredDescription
config_id✔️The ID of the security configuration to which your new security belongs.
security_policy_name✔️Your security policy name. It must be unique and not in use.
security_policy_prefix✔️A four-character, alphanumeric value of your choice that's added to your security policy's ID upon creation.

Use a prefix that will help you identify the security policy within your larger security configuration.

It must be unique and not in use.