kestra_kv (Data Source)
Use this data source to access information about an existing key-value Pair
Example Usage
hcl
data "kestra_kv" "new" {
namespace = "company.team"
key = "my_key"
}
Schema
Required
namespace
(String) The namespace.key
(String) The key of the KV pair.
Was this page helpful?