From 63e1bf0110dacba7c48ea15c85d12258c031ff6c Mon Sep 17 00:00:00 2001 From: Manuel Wudka-Robles Date: Fri, 13 Jan 2023 19:46:14 -0800 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8b7c6c75..dbab05065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,10 @@ ENHANCEMENTS: FEATURES: * **New Provider Config**: `organization` defines a default organization for all resources, making all resource-specific organization arguments optional. +* **New Resource**: r/tfe_team_project_access is a new resource that allows managing team project permissions. +* **New Data Source**: d/tfe_team_project_access is a new datasource to allows reading existing team project permissions. * r/tfe_team: Teams can now be imported using `/` ([#745](https://github.com/hashicorp/terraform-provider-tfe/pull/745)) +* r/tfe_team: Add attribute `manage_projects` to `tfe_team`. * r/tfe_team_organization_member: Team Organization Memberships can now be imported using `//` ([#745](https://github.com/hashicorp/terraform-provider-tfe/pull/745)) ## v0.41.0 (January 4, 2023)