kestra_tenant
kestra_tenant (Data Source)
Use this data source to access information about an existing Kestra Tenant.
This resource is only available on the Enterprise Edition
Example usage
hcl
data "kestra_tenant" "example" {
tenant_id = "my-tenant"
}
Schema
Required
tenant_id(String) The tenant id.
Read-Only
id(String) The ID of this resource.name(String) The tenant name.outputs_in_internal_storage(Boolean) Whether outputs are stored in internal storage.require_existing_namespace(Boolean) Whether the tenant requires existing namespaces.secret_configuration(Map of String) The secret configuration.secret_isolation(List of Object) Secret isolation configuration (same shape as storage_isolation). (see below for nested schema)secret_read_only(Boolean) Whether secrets are read-only in this tenant.secret_type(String) The secret type.storage_configuration(Map of String) The storage configuration.storage_isolation(List of Object) Storage isolation configuration. (see below for nested schema)storage_type(String) The storage type.worker_group(List of Object) The worker group. (see below for nested schema)
Nested schema for secret_isolation
Read-Only:
denied_services(List of String)enabled(Boolean)
Nested schema for storage_isolation
Read-Only:
denied_services(List of String)enabled(Boolean)
Nested schema for worker_group
Read-Only:
fallback(String)key(String)
Was this page helpful?