Kestra Terraform Provider – Read Flows
Terraform Data Source: kestra_flow
Use this data source to access information about an existing Kestra Flow
Example usage
data "kestra_flow" "example" { namespace = "company.team" id = "my-flow"}Schema
Required
flow_id(String) The flow id.namespace(String) The namespace.
Read-Only
content(String) The flow content as yaml.id(String) The ID of this resource.revision(Number) The flow revision.tenant_id(String) The tenant id.
Was this page helpful?