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.
Was this page helpful?