kestra_namespace
kestra_namespace (Data Source)
Use this data source to access information about an existing Kestra Namespace.
Example Usage
hcl
data "kestra_namespace" "example" {
namespace_id = "company.team"
}
Schema
Required
namespace_id
(String) The namespace.
Read-Only
description
(String) The namespace friendly description.id
(String) The ID of this resource.plugin_defaults
(String) The namespace plugin defaults.tenant_id
(String) The tenant id.variables
(String) The namespace variables.
Was this page helpful?