scalr_agent_pool
Resource: scalr_agent_pool
Manage the state of agent pools in Scalr. Create, update and destroy.
Example Usage
resource "scalr_agent_pool" "default" {
name = "default-pool"
account_id = "acc-xxxxxxxxxx"
}
Schema
Required
name
(String) Name of the agent pool.
Optional
account_id
(String) ID of the account.environment_id
(String, Deprecated) ID of the environment.vcs_enabled
(Boolean) Indicates whether the VCS support is enabled for agents in the pool.
Read-Only
id
(String) The ID of this resource.
Import
Import is supported using the following syntax:
terraform import scalr_agent_pool.example apool-xxxxxxxxxx
Updated 6 months ago