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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
## Unreleased
2
2
3
+
FEATURES:
4
+
*`d/tfe_variable_set`: Add `project_ids` attribute, by @Netra2104[994](https://github.com/hashicorp/terraform-provider-tfe/pull/994)
5
+
3
6
## v0.48.0 (August 7, 2023)
4
7
5
8
BUG FIXES:
@@ -14,7 +17,6 @@ FEATURES:
14
17
*`r/tfe_team_project_access`: Add a `custom` option to the `access` attribute as well as `project_access` and `workspace_access` attributes with
15
18
various customizable permissions options to apply to a project and all of the workspaces therein, by @rberecka[983](https://github.com/hashicorp/terraform-provider-tfe/pull/983)
16
19
*`d/team_project_access`: Add a `custom` option to the `access` attribute as well as `project_access` and `workspace_access` attributes, by @rberecka[983](https://github.com/hashicorp/terraform-provider-tfe/pull/983)
17
-
*`d/tfe_variable_set`: Add `project_ids` attribute, by @Netra2104[994](https://github.com/hashicorp/terraform-provider-tfe/pull/994)
18
20
19
21
NOTES:
20
22
* The provider is now using go-tfe [v1.32.0](https://github.com/hashicorp/go-tfe/releases/tag/v1.32.0)
0 commit comments