Skip to content

Latest commit

 

History

History
41 lines (30 loc) · 1.15 KB

File metadata and controls

41 lines (30 loc) · 1.15 KB
page_title stackit_intake_runner Data Source - stackit
subcategory
description Datasource for STACKIT Intake Runner.

stackit_intake_runner (Data Source)

Datasource for STACKIT Intake Runner.

Example Usage

data "stackit_intake_runner" "example" {
  project_id = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
  runner_id  = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx"
}

Schema

Required

  • project_id (String) STACKIT Project ID to which the runner is associated.
  • runner_id (String) The runner ID.

Optional

  • region (String) The resource region. If not defined, the provider region is used.

Read-Only

  • description (String) The description of the runner.
  • id (String) Terraform's internal resource identifier. It is structured as "project_id,region,runner_id".
  • labels (Map of String) User-defined labels.
  • max_message_size_kib (Number) The maximum message size in KiB.
  • max_messages_per_hour (Number) The maximum number of messages per hour.
  • name (String) The name of the runner.