Rule upgrade details
akamai_appsec_rule_upgrade_details
Returns information indicating which of your Kona Rule Sets, if any, need to be updated. A value of false indicates that no updates are required.
data "akamai_appsec_rule_upgrade_details" "my_upgrade_details" {
config_id = 12345
security_policy_id = "abcd_123456"
}
output "my_upgrade_details" {
value = data.akamai_appsec_rule_upgrade_details.my_upgrade_details
}Arguments
| Argument | Required | Description |
|---|---|---|
config_id | ✔️ | A security configuration ID. |
security_policy_id | ✔️ | A security policy ID. |
Attributes
Returned is a list of the changes (additions and deletions) to the rules for the specified security policy.
| Attribute | Description |
|---|---|
output_text | A tabular report listing the name and ID of your endpoints. |
json | JSON-formatted report of the custom rule information. |
Updated 20 days ago
