kestra_service_account

kestra_service_account (Data Source)

Use this data source to access information about an existing Kestra Service Account.

Example Usage

hcl
data "kestra_user_service_account" "example" {
  id = "68xAawPfiJPkTkZJIPX6jQ"
}

Schema

Required

  • id (String) The service account id.

Optional

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?