kestra_template (Data Source)

Use this data source to access information about an existing Kestra Template

Example Usage

hcl
data "kestra_template" "example" {
  namespace_ = "io.kestra.mynamespace"
  id         = "my-template"
}

Schema

Required

  • namespace (String) The namespace.
  • template_id (String) The template id.

Read-Only

  • content (String) The template content as yaml.
  • id (String) The ID of this resource.
  • tenant_id (String) The tenant id.