You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789 |
- resource "akamai_appsec_security_policy" "security_policy" {
- config_id = akamai_appsec_configuration.config.config_id
- default_settings = true
- security_policy_name = var.security_policy_name
- security_policy_prefix = var.security_policy_prefix
- }
- output "security_policy_id" {
- value = akamai_appsec_security_policy.security_policy.security_policy_id
- }
|