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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@
3
3
ENHANCEMENTS:
4
4
*`d/tfe_project`: Add `workspace_names` attribute, by @1natedawg[#1429](https://github.com/hashicorp/terraform-provider-tfe/pull/1429)
5
5
6
+
FEATURES:
7
+
*`r/tfe_team`: Add attribute `allow_member_token_management` to `tfe_team` by @juliannatetreault[#1398](https://github.com/hashicorp/terraform-provider-tfe/pull/1398)
8
+
6
9
BUG FIXES:
7
10
*`r/tfe_workspace` html_url is now planned to be recomputed when `name` changes. Previously, changed values would show up on the next plan, by @brandonc[1422](https://github.com/hashicorp/terraform-provider-tfe/issues/1422)
Copy file name to clipboardExpand all lines: website/docs/r/team.html.markdown
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,6 +41,7 @@ The following arguments are supported:
41
41
*`visibility` - (Optional) The visibility of the team ("secret" or "organization"). Defaults to "secret".
42
42
*`organization_access` - (Optional) Settings for the team's [organization access](https://developer.hashicorp.com/terraform/cloud-docs/users-teams-organizations/permissions#organization-permissions).
43
43
*`sso_team_id` - (Optional) Unique Identifier to control [team membership](https://developer.hashicorp.com/terraform/cloud-docs/users-teams-organizations/single-sign-on#team-names-and-sso-team-ids) via SAML. Defaults to `null`
44
+
*`allow_member_token_management` - (Optional) Used by Owners and users with "Manage Teams" permissions to control whether team members can manage team tokens. Defaults to `true`.
0 commit comments