Skip to content

Commit 7de2508

Browse files
authored
Merge pull request #1020 from hashicorp/d-cdktf-docs-5920365347-31
cdktf: update documentation
2 parents ef62b3d + a08c8fa commit 7de2508

File tree

4 files changed

+13
-13
lines changed

4 files changed

+13
-13
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ that affect the project itself and all workspaces in the project, by using `proj
6161

6262
The following permissions apply to the project itself.
6363

64-
| project-access | Description, Default, Valid Values |
64+
| project_access | Description, Default, Valid Values |
6565
|---------------------|---------------------------------------------|
6666
| `settings` | The permission to grant for the project's settings. Default: `read`. Valid strings: `read`, `update`, or `delete` |
6767
| `teams` | The permission to grant for the project's teams. Default: `none`, Valid strings: `none`, `read`, or `manage` |
@@ -72,17 +72,17 @@ The following permissions apply to the project itself.
7272

7373
The following permissions apply to all workpsaces (and future workspaces) in the project.
7474

75-
| workspace-access | Description, Default, Valid Values |
75+
| workspace_access | Description, Default, Valid Values |
7676
|----------------------|-------------------------------------------------------|
7777
| `runs` | The permission to grant project's workspaces' runs. Default: `read`. Valid strings: `read`, `plan`, or `apply`. |
78-
| `sentinel-mocks` | The permission to grant project's workspaces' Sentinel mocks. Default: `none`. Valid strings: `none`, or `read`. |
79-
| `state-versions` | The permission to grant project's workspaces' state versions. Default: `none` Valid strings: `none`, `read-outputs`, `read`, or `write`.|
78+
| `sentinel_mocks` | The permission to grant project's workspaces' Sentinel mocks. Default: `none`. Valid strings: `none`, or `read`. |
79+
| `state_versions` | The permission to grant project's workspaces' state versions. Default: `none` Valid strings: `none`, `read-outputs`, `read`, or `write`.|
8080
| `variables` | The permission to grant project's workspaces' variables. Default `none`. Valid strings: `none`, `read`, or `write`. |
8181
| `create` | The permission to create project's workspaces in the project. Default: `false`. Valid booleans `true`, `false` |
8282
| `locking` | The permission to manually lock or unlock the project's workspaces. Default `false`. Valid booleans `true`, `false` |
8383
| `delete` | The permission to delete the project's workspaces. Default: `false`. Valid booleans: `true`, `false` |
8484
| `move` | This permission to move workspaces into and out of the project. The team must also have permissions to the project(s) receiving the the workspace(s). Default: `false`. Valid booleans: `true`, `false` |
85-
| `run-tasks` | The permission to manage run tasks within the project's workspaces. Default `false`. Valid booleans: `true`, `false` |
85+
| `run_tasks` | The permission to manage run tasks within the project's workspaces. Default `false`. Valid booleans: `true`, `false` |
8686

8787

8888
## Example Usage with Custom Project Permissions
@@ -146,4 +146,4 @@ example:
146146
terraform import tfe_team_project_access.admin tprj-2pmtXpZa4YzVMTPi
147147
```
148148

149-
<!-- cache-key: cdktf-0.18.0 input-59adea41bbc7af7bc7a002d9559654563be61c40bff73cd4d03e018ea34597df -->
149+
<!-- cache-key: cdktf-0.18.0 input-854ab92b8935bb95bbbbbfaddb8b56a313c125e5e13f6684debaa55ee93499f5 -->

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/team_project_access.html.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ that affect the project itself and all workspaces in the project, by using `proj
6464

6565
The following permissions apply to the project itself.
6666

67-
| project-access | Description, Default, Valid Values |
67+
| project_access | Description, Default, Valid Values |
6868
|---------------------|---------------------------------------------|
6969
| `settings` | The permission to grant for the project's settings. Default: `read`. Valid strings: `read`, `update`, or `delete` |
7070
| `teams` | The permission to grant for the project's teams. Default: `none`, Valid strings: `none`, `read`, or `manage` |
@@ -75,7 +75,7 @@ The following permissions apply to the project itself.
7575

7676
The following permissions apply to all workpsaces (and future workspaces) in the project.
7777

78-
| workspace-access | Description, Default, Valid Values |
78+
| workspace_access | Description, Default, Valid Values |
7979
|----------------------|-------------------------------------------------------|
8080
| `runs` | The permission to grant project's workspaces' runs. Default: `read`. Valid strings: `read`, `plan`, or `apply`. |
8181
| `sentinelMocks` | The permission to grant project's workspaces' Sentinel mocks. Default: `none`. Valid strings: `none`, or `read`. |
@@ -154,4 +154,4 @@ example:
154154
terraform import tfe_team_project_access.admin tprj-2pmtXpZa4YzVMTPi
155155
```
156156

157-
<!-- cache-key: cdktf-0.18.0 input-59adea41bbc7af7bc7a002d9559654563be61c40bff73cd4d03e018ea34597df -->
157+
<!-- cache-key: cdktf-0.18.0 input-854ab92b8935bb95bbbbbfaddb8b56a313c125e5e13f6684debaa55ee93499f5 -->

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)