Skip to content

Commit ae3e32c

Browse files
committed
cdktf: update r/team_project_access.html.markdown,r/team_organization_members.html.markdown,r/team_organization_member.html.markdown,r/team_members.html.markdown,r/team_member.html.markdown,r/team_access.html.markdown,r/team.html.markdown,r/ssh_key.html.markdown,r/sentinel_policy.html.markdown,r/saml_settings.html.markdown
1 parent ef62b3d commit ae3e32c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
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/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 -->

0 commit comments

Comments
 (0)