Skip to content

Commit ad38813

Browse files
committed
chore: update changelog for manage_agent_pools addition
1 parent 48c8b7e commit ad38813

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Unreleased
22

3+
FEATURES:
4+
* `r/tfe_team`: Add attribute `manage_agent_pools` to `organization_access` on `tfe_team` by @emlanctot [#1358](https://github.com/hashicorp/terraform-provider-tfe/pull/1358)
5+
36
## v0.56.0
47

58
ENHANCEMENTS:

website/docs/r/team.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Organization Permission usage:
2424

2525
```hcl
2626
resource "tfe_team" "test" {
27-
name = "my-team-name"
27+
name = "my-team-name
2828
organization = "my-org-name"
2929
organization_access {
3030
manage_vcs_settings = true
@@ -58,7 +58,7 @@ The `organization_access` block supports:
5858
* `manage_teams` - (Optional) Allow members to create, update, and delete teams.
5959
* `manage_organization_access` - (Optional) Allow members to update the organization access settings of teams.
6060
* `access_secret_teams` - (Optional) Allow members access to secret teams up to the level of permissions granted by their team permissions setting.
61-
* `manage_secret_teams` - (Optional) Allows members to create, edit, and delete agent pools within their organization.
61+
* `manage_agent_pools` - (Optional) Allows members to create, edit, and delete agent pools within their organization.
6262

6363
## Attributes Reference
6464

0 commit comments

Comments
 (0)