Match target sequence
akamai_appsec_match_target_sequence
Specifies the order in which match targets are applied within a security configuration. As a general rule, you should process broader and more-general match targets first, gradually working your way down to more granular and highly-specific targets.
resource "akamai_appsec_match_target_sequence" "match_target_sequence" {
config_id = 12345
match_target_sequence = file("${path.module}/match_targets_sequence.json")
}
Arguments
| Argument | Required | Description |
|---|---|---|
config_id | ✔️ | A security configuration ID. |
match_target_sequence | ✔️ | Path to a JSON file containing the processing sequence for all the match targets defined for the security configuration. |
Updated 16 days ago
