Skip to content

Commit

Permalink
Remove beta references from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mkam committed Nov 19, 2024
1 parent 335e479 commit 86146c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ BUG FIXES:
* `r/tfe_policy`: enforcement level can be updated on OPA policies by @glennsarti [#1521](https://github.com/hashicorp/terraform-provider-tfe/pull/1521)

FEATURES:
* `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)
* `r/tfe_variable_set`: Add `parent_project_id` attribute, by @mkam [#1522](https://github.com/hashicorp/terraform-provider-tfe/pull/1522)

## v0.60.0

Expand Down
2 changes: 1 addition & 1 deletion website/docs/d/variable_set.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ The following arguments are supported:
* `workspace_ids` - IDs of the workspaces that use the variable set.
* `variable_ids` - IDs of the variables attached to the variable set.
* `project_ids` - IDs of the projects that use the variable set.
* `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.
* `parent_project_id` - ID of the project that owns the variable set.
2 changes: 1 addition & 1 deletion website/docs/r/variable_set.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ The following arguments are supported:
Must not be set if `global` is set. This argument is mutually exclusive with using the resource
[tfe_workspace_variable_set](workspace_variable_set.html) which is the preferred method of associating a workspace
with a variable set.
* `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.
* `parent_project_id` - (Optional) ID of the project that should own the variable set. If set, than the value of `global` must be `false`.

## Attributes Reference

Expand Down

0 comments on commit 86146c8

Please sign in to comment.