Policy rename
akamai_appsec_security_policy_rename
Renames an existing security policy. Note that you can only change the name of the policy: once issued, the security policy ID can't be modified.
resource "akamai_appsec_security_policy_rename" "security_policy_rename" {
config_id = 12345
security_policy_id = "abcd_123456"
security_policy_name = "Documentation and Training Policy"
}
Arguments
| Argument | Required | Description |
|---|---|---|
config_id | ✔️ | A security configuration ID. |
security_policy_id | ✔️ | A security policy ID. |
security_policy_name | ✔️ | The secirityu policy's new name |
Updated about 1 month ago
