Skip to content

Commit a08c8fa

Browse files
committed
cdktf: update index.html.markdown,r/workspace_variable_set.html.markdown,r/workspace_run_task.html.markdown,r/workspace_run.html.markdown,r/workspace_policy_set.html.markdown,r/workspace.html.markdown,r/variable_set.html.markdown,r/variable.html.markdown,r/terraform_version.html.markdown,r/team_token.html.markdown
1 parent ae3e32c commit a08c8fa

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/docs/cdktf/python/r/workspace_variable_set.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ class MyConvertedCode(TerraformStack):
6161

6262
The following arguments are supported:
6363

64-
* `variable_set_id` - (Required) Name of the variable set to add.
64+
* `variable_set_id` - (Required) The variable set ID.
6565
* `workspace_id` - (Required) Workspace ID to add the variable set to.
6666

6767
## Attributes Reference
@@ -76,4 +76,4 @@ Workspace Variable Sets can be imported; use `<ORGANIZATION>/<WORKSPACE NAME>/<V
7676
terraform import tfe_workspace_variable_set.test 'my-org-name/workspace/My Variable Set'
7777
```
7878

79-
<!-- cache-key: cdktf-0.18.0 input-e5cee2f4b8ee46887d4f110e8fab074cafa9f801ba47a29594e734e4f1e1b55a -->
79+
<!-- cache-key: cdktf-0.18.0 input-0e93a89fc33e5f30b980a6183974fb86043d6296ff2c7122f52cfeca3fdd3ba4 -->

website/docs/cdktf/typescript/r/workspace_variable_set.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class MyConvertedCode extends TerraformStack {
6868

6969
The following arguments are supported:
7070

71-
* `variableSetId` - (Required) Name of the variable set to add.
71+
* `variableSetId` - (Required) The variable set ID.
7272
* `workspaceId` - (Required) Workspace ID to add the variable set to.
7373

7474
## Attributes Reference
@@ -83,4 +83,4 @@ Workspace Variable Sets can be imported; use `<ORGANIZATION>/<WORKSPACE NAME>/<V
8383
terraform import tfe_workspace_variable_set.test 'my-org-name/workspace/My Variable Set'
8484
```
8585

86-
<!-- cache-key: cdktf-0.18.0 input-e5cee2f4b8ee46887d4f110e8fab074cafa9f801ba47a29594e734e4f1e1b55a -->
86+
<!-- cache-key: cdktf-0.18.0 input-0e93a89fc33e5f30b980a6183974fb86043d6296ff2c7122f52cfeca3fdd3ba4 -->

0 commit comments

Comments
 (0)