kestra_kv Data Source: Read KV Entries via Terraform
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 Data Source: kestra_kv
Use this data source to access value for an existing Key-Value pair.
Schema
Required
key(String) The key to fetch value for.namespace(String) The namespace of the Key-Value pair.
Read-Only
id(String) The ID of this resource.tenant_id(String) The tenant id.type(String) The type of the value. One of STRING, NUMBER, BOOLEAN, DATETIME, DATE, DURATION, JSON.value(String) The fetched value.
Was this page helpful?