Security policy default protections

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

🚧

Warning

This resource manages feature flags managed by other Application Security resources.

Review your configuration and coordinate actions and dependencies across your security resources to prevent race conditions or unintended overrides.

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.