terraform-provider-cloudflare/docs/data-sources/api_shield_schema.md
2025-02-13 02:17:17 +00:00

813 B

page_title subcategory description
cloudflare_api_shield_schema Data Source - Cloudflare

cloudflare_api_shield_schema (Data Source)

Example Usage

data "cloudflare_api_shield_schema" "example_api_shield_schema" {
  zone_id = "zone_id"
  schema_id = "f174e90a-fafe-4643-bbbc-4a0ed4fc8415"
  omit_source = true
}

Schema

Required

  • zone_id (String)

Optional

  • omit_source (Boolean) Omit the source-files of schemas and only retrieve their meta-data.

Read-Only

  • created_at (String)
  • kind (String) Kind of schema
  • name (String) Name of the schema
  • schema_id (String)
  • source (String) Source of the schema
  • validation_enabled (Boolean) Flag whether schema is enabled for validation.