kestra_template
kestra_template (Data Source)
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.