Skip to content

Files

Latest commit

4729a5b · Dec 13, 2024

History

History
79 lines (51 loc) · 1.58 KB

File metadata and controls

79 lines (51 loc) · 1.58 KB
page_title subcategory description
cortex_scorecard Data Source - terraform-provider-cortex
Scorecard data source

cortex_scorecard (Data Source)

Scorecard data source

Schema

Required

  • tag (String) Tag of the scorecard

Read-Only

Nested Schema for evaluation

Read-Only:

  • window (Number)

Nested Schema for filter

Read-Only:

  • category (String)
  • query (String)

Nested Schema for ladder

Read-Only:

Nested Schema for ladder.levels

Read-Only:

  • color (String)
  • description (String)
  • name (String)
  • rank (Number)

Nested Schema for rules

Read-Only:

  • description (String)
  • expression (String)
  • failure_message (String)
  • level (String)
  • title (String)
  • weight (Number)