kestra_namespace (Data Source)

Use this data source to access information about an existing Kestra Namespace.

Example Usage

hcl
data "kestra_namespace" "example" {
  namespace_id = "io.kestra.mynamespace"
}

Schema

Required

  • namespace_id (String) The namespace.

Read-Only

  • description (String) The namespace friendly description.
  • id (String) The ID of this resource.
  • task_defaults (String) The namespace task defaults.
  • tenant_id (String) The tenant id.
  • variables (String) The namespace variables.