kestra_tenant
kestra_tenant (Data Source)
Use this data source to access information about an existing Kestra Tenant.
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?