For the complete documentation index, see llms.txt. For a full content snapshot, see llms-full.txt. Append .md to any kestra.io/docs/* URL for plain Markdown.

Terraform Resource: kestra_app

Manages an App resource.

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?