Kestra Terraform Provider – Read Templates

Terraform Data Source: kestra_template

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

Example usage

data "kestra_template" "example" {
namespace_ = "company.team"
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.

Was this page helpful?