Skip to content

Commit ef62b3d

Browse files
authored
Merge pull request #1018 from hashicorp/sebasslash/fix-varset-docs
Fixed incorrect argument desc
2 parents fe08ce0 + eb88128 commit ef62b3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/workspace_variable_set.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ resource "tfe_workspace_variable_set" "test" {
4242

4343
The following arguments are supported:
4444

45-
* `variable_set_id` - (Required) Name of the variable set to add.
45+
* `variable_set_id` - (Required) The variable set ID.
4646
* `workspace_id` - (Required) Workspace ID to add the variable set to.
4747

4848
## Attributes Reference

0 commit comments

Comments
 (0)