You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
## Unreleased
2
2
3
+
FEATURES:
4
+
*`d/tfe_agent_pool`: Adds the `allowed_project_ids` and `excluded_workspace_ids` attributes, by @tylerworlf[#1822](https://github.com/hashicorp/terraform-provider-tfe/pull/1822)
5
+
*`r/tfe_agent_pool_allowed_projects`: Adds support for scoping agent pools to projects, by @tylerworlf[#1822](https://github.com/hashicorp/terraform-provider-tfe/pull/1822)
6
+
*`r/tfe_agent_pool_excluded_workspaces`: Adds support for excluding workspaces from the scope of agent pools, by @tylerworlf[#1822](https://github.com/hashicorp/terraform-provider-tfe/pull/1822)
7
+
*`r/tfe_project_settings`: Adds support for managing project settings. This initially supports setting a `default_execution_mode` and `default_agent_pool_id` which override the organization defaults. When not specified in the configuration, the organization defaults will be used and can be read from the resource. by @JarrettSpiker[#1822](Thttps://github.com/hashicorp/terraform-provider-tfe/pull/1822)
8
+
3
9
BUG FIXES:
4
10
*`r/tfe_workspace_settings`: Prevent unintended clearing of workspace-level tags on the first apply when tags is unset by making tag updates sparse. By @shwetamurali[#1851](https://github.com/hashicorp/terraform-provider-tfe/pull/1851)
0 commit comments