scalr_service_account_token

Resource: scalr_service_account_token

Manage the state of service account's tokens in Scalr. Create, update and destroy.

Example Usage

resource "scalr_service_account_token" "default" {
  service_account_id = "sa-xxxxxxxxxx"
  description        = "Some description"
}

Schema

Required

  • service_account_id (String) ID of the service account.

Optional

  • description (String) Description of the token.

Read-Only

  • id (String) The ID of this resource.
  • token (String, Sensitive) The token of the service account.