Skip to content

Commit

Permalink
Update changelog with #508
Browse files Browse the repository at this point in the history
  • Loading branch information
JarrettSpiker committed Jun 1, 2022
1 parent 696e267 commit cc1fe38
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,9 @@ BUG FIXES:
FEATURES:
* r/team, d/team: Add manage_run_tasks to the tfe_team organization_access attributes ([#486](https://github.com/hashicorp/terraform-provider-tfe/pull/486))

ENHANCEMENTS:
* d/agent_pool: Improve efficiency of reading agent pool data when the target organization has more than 20 agent pools ([#508](https://github.com/hashicorp/terraform-provider-tfe/pull/508))

## 0.31.0 (April 21, 2022)

BUG FIXES:
Expand Down
2 changes: 1 addition & 1 deletion tfe/data_source_agent_pool.go
Expand Up @@ -34,7 +34,7 @@ func dataSourceTFEAgentPoolRead(d *schema.ResourceData, meta interface{}) error

// Create an options struct.
// to reduce the number of pages returned, search based on the name. TFE instances which
// do not support agent pool seach will just ignore the query parameter
// do not support agent pool search will just ignore the query parameter
options := tfe.AgentPoolListOptions{
Query: name,
}
Expand Down

0 comments on commit cc1fe38

Please sign in to comment.