kestra_service_account
kestra_service_account (Data Source)
Use this data source to access information about an existing Kestra Service Account.
This resource is only available on the Enterprise Edition
Example Usage
hcl
data "kestra_user_service_account" "example" {
id = "68xAawPfiJPkTkZJIPX6jQ"
}
Schema
Required
id
(String) The service account id.
Optional
group
(Block Set) The service account group. (see below for nested schema)
Read-Only
description
(String) The service account description.username
(String) The service account name.
Nested Schema for group
Optional:
tenant_id
(String) The tenant id for this group.
Read-Only:
group_id
(String) The group id.
Was this page helpful?