Provides a resource to manage settings in API Shield Schema Validation 2.0.
resource "cloudflare_api_shield_schema_validation_settings" "example" {
zone_id = "0da42c8d2132a9ddaf714f9e7c920711"
validation_default_mitigation_action = "log"
validation_override_mitigation_action = "none"
}
validation_default_mitigation_action
(String) The default mitigation action used when there is no mitigation action defined on the operation.zone_id
(String) The zone identifier to target for the resource. Modifying this attribute will force creation of a new resource.validation_override_mitigation_action
(String) When set, this overrides both zone level and operation level mitigation actions.id
(String) The ID of this resource.