kestra_template
kestra_template (Data Source)
Use this data source to access information about an existing Kestra Template
Example Usage
hcl
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?