Skip to content

Commit 07d7878

Browse files
authored
Merge pull request #1017 from hashicorp/sebasslash/fix-tpa-docs
Project Access field names should be underscored
2 parents cde397b + 5e00fbe commit 07d7878

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

website/docs/r/team_project_access.html.markdown

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

4747
The following permissions apply to the project itself.
4848

49-
| project-access | Description, Default, Valid Values |
49+
| project_access | Description, Default, Valid Values |
5050
|---------------------|---------------------------------------------|
5151
| `settings` | The permission to grant for the project's settings. Default: `read`. Valid strings: `read`, `update`, or `delete` |
5252
| `teams` | The permission to grant for the project's teams. Default: `none`, Valid strings: `none`, `read`, or `manage` |
@@ -57,17 +57,17 @@ The following permissions apply to the project itself.
5757

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

60-
| workspace-access | Description, Default, Valid Values |
60+
| workspace_access | Description, Default, Valid Values |
6161
|----------------------|-------------------------------------------------------|
6262
| `runs` | The permission to grant project's workspaces' runs. Default: `read`. Valid strings: `read`, `plan`, or `apply`. |
63-
| `sentinel-mocks` | The permission to grant project's workspaces' Sentinel mocks. Default: `none`. Valid strings: `none`, or `read`. |
64-
| `state-versions` | The permission to grant project's workspaces' state versions. Default: `none` Valid strings: `none`, `read-outputs`, `read`, or `write`.|
63+
| `sentinel_mocks` | The permission to grant project's workspaces' Sentinel mocks. Default: `none`. Valid strings: `none`, or `read`. |
64+
| `state_versions` | The permission to grant project's workspaces' state versions. Default: `none` Valid strings: `none`, `read-outputs`, `read`, or `write`.|
6565
| `variables` | The permission to grant project's workspaces' variables. Default `none`. Valid strings: `none`, `read`, or `write`. |
6666
| `create` | The permission to create project's workspaces in the project. Default: `false`. Valid booleans `true`, `false` |
6767
| `locking` | The permission to manually lock or unlock the project's workspaces. Default `false`. Valid booleans `true`, `false` |
6868
| `delete` | The permission to delete the project's workspaces. Default: `false`. Valid booleans: `true`, `false` |
6969
| `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` |
70-
| `run-tasks` | The permission to manage run tasks within the project's workspaces. Default `false`. Valid booleans: `true`, `false` |
70+
| `run_tasks` | The permission to manage run tasks within the project's workspaces. Default `false`. Valid booleans: `true`, `false` |
7171

7272

7373
## Example Usage with Custom Project Permissions

0 commit comments

Comments
 (0)