Skip to content

Commit

Permalink
chore: update changelog for manage_agent_pools addition
Browse files Browse the repository at this point in the history
  • Loading branch information
emlanctot committed Jun 17, 2024
1 parent 48c8b7e commit ad38813
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
## Unreleased

FEATURES:
* `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)

## v0.56.0

ENHANCEMENTS:
Expand Down
4 changes: 2 additions & 2 deletions website/docs/r/team.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Organization Permission usage:

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

## Attributes Reference

Expand Down

0 comments on commit ad38813

Please sign in to comment.