Skip to content

Commit 857ff6b

Browse files
committed
Remove beta references from docs
1 parent 42d1547 commit 857ff6b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## Unreleased
22

33
FEATURES:
4-
* `r/tfe_variable_set`: Add `parent_project_id` attribute, which is a beta feature and is not available to all users, by @mkam [#1522](https://github.com/hashicorp/terraform-provider-tfe/pull/1522)
4+
* `r/tfe_variable_set`: Add `parent_project_id` attribute, by @mkam [#1522](https://github.com/hashicorp/terraform-provider-tfe/pull/1522)
55

66
## v0.61.0
77

website/docs/d/variable_set.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ The following arguments are supported:
3838
* `workspace_ids` - IDs of the workspaces that use the variable set.
3939
* `variable_ids` - IDs of the variables attached to the variable set.
4040
* `project_ids` - IDs of the projects that use the variable set.
41-
* `parent_project_id` - ID of the project that owns the variable set. This feature is currently in beta and is not available to all users.
41+
* `parent_project_id` - ID of the project that owns the variable set.

website/docs/r/variable_set.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ The following arguments are supported:
139139
Must not be set if `global` is set. This argument is mutually exclusive with using the resource
140140
[tfe_workspace_variable_set](workspace_variable_set.html) which is the preferred method of associating a workspace
141141
with a variable set.
142-
* `parent_project_id` - (Optional) ID of the project that should own the variable set. If set, than the value of `global` must be `false`. This feature is currently in beta and is not available to all users.
142+
* `parent_project_id` - (Optional) ID of the project that should own the variable set. If set, than the value of `global` must be `false`.
143143

144144
## Attributes Reference
145145

0 commit comments

Comments
 (0)