Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 582 Bytes

agent_pool.html.markdown

File metadata and controls

34 lines (22 loc) · 582 Bytes
layout page_title sidebar_current description
teamcity
TeamCity: agent_pool
docs-teamcity-datasource-agent-pool
Provides details about a TeamCity Agent Pool.

teamcity_agent_pool

Provides details about a TeamCity Agent Pool.

Example Usage

data "teamcity_agent_pool" "default" {
  name    = "Default"
}

Argument Reference

The following arguments are supported:

  • Name - (Required) Name of the Agent Pool.

Attributes Reference

The following attributes are exported:

  • id - The Agent Pool ID
  • Name - The Agent Pool Name.