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 Jul 14, 2022
1 parent dab3ade commit 0ef4ce5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,8 @@
## Unreleased

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.33.0 (July 8th, 2022)

FEATURES:
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 0ef4ce5

Please sign in to comment.