Kestra Terraform Provider – Manage Service Account API Tokens

Terraform Resource: kestra_service_account_api_token

Manages a Kestra Service Account Api Token.

This resource is only available on the Enterprise Edition ::

Schema

Required

  • description (String) The API token description.
  • max_age (String) The time the token remains valid since creation (ISO 8601 duration format).
  • name (String) The API token display name.
  • service_account_id (String) The ID of the Service Account owning the API Token.

Optional

  • extended (Boolean) Specify whether the expiry date is automatically moved forward by max age whenever the token is used. Defaults to false.

Read-Only

  • full_token (String, Sensitive) The full API token.
  • id (String) The ID of this resource.

Was this page helpful?