Manage Kestra Apps with the Terraform Provider
For the complete documentation index, see llms.txt. For a full content snapshot, see llms-full.txt. Append.mdto anykestra.io/docs/*URL for plain Markdown.
Terraform Resource: kestra_app
Manages an App resource.
This resource is only available on the Enterprise Edition
Schema
Required
source(String) The source text.
Optional
tenant_id(String) The tenant id. Defaults to the provider tenant when omitted.
Read-Only
id(String) The ID of this resource.uid(String) The unique identifier.
Import
Import is supported using the following syntax:
The terraform import command can be used, for example:
terraform import kestra_app.example {{app_uid}}Was this page helpful?