scalr_agent_pool_token

Resource: scalr_agent_pool_token

Manage the state of agent pool's tokens in Scalr. Create, update and destroy.

Example Usage

resource "scalr_agent_pool_token" "default" {
  description   = "Some description"
  agent_pool_id = "apool-xxxxxxxxxx"
}

Schema

Required

  • agent_pool_id (String) ID of the agent pool.
  • description (String) Description of the token.

Read-Only

  • id (String) The ID of this resource.
  • token (String, Sensitive) The token of the agent pool.