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.

Read-Only

  • description (String) The service account description.
  • groups (Block Set) The service account group. (see below for nested schema)
  • name (String) The service account name.
  • super_admin (Boolean) The service account description.

Nested schema for groups

Read-Only:

  • id (String) The group id.

Was this page helpful?