Skip to content

Commit

Permalink
Merge pull request #1020 from hashicorp/d-cdktf-docs-5920365347-31
Browse files Browse the repository at this point in the history
cdktf: update documentation
  • Loading branch information
sebasslash authored Aug 21, 2023
2 parents ef62b3d + a08c8fa commit 7de2508
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions website/docs/cdktf/python/r/team_project_access.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ that affect the project itself and all workspaces in the project, by using `proj

The following permissions apply to the project itself.

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

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

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


## Example Usage with Custom Project Permissions
Expand Down Expand Up @@ -146,4 +146,4 @@ example:
terraform import tfe_team_project_access.admin tprj-2pmtXpZa4YzVMTPi
```

<!-- cache-key: cdktf-0.18.0 input-59adea41bbc7af7bc7a002d9559654563be61c40bff73cd4d03e018ea34597df -->
<!-- cache-key: cdktf-0.18.0 input-854ab92b8935bb95bbbbbfaddb8b56a313c125e5e13f6684debaa55ee93499f5 -->
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class MyConvertedCode(TerraformStack):

The following arguments are supported:

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

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

<!-- cache-key: cdktf-0.18.0 input-e5cee2f4b8ee46887d4f110e8fab074cafa9f801ba47a29594e734e4f1e1b55a -->
<!-- cache-key: cdktf-0.18.0 input-0e93a89fc33e5f30b980a6183974fb86043d6296ff2c7122f52cfeca3fdd3ba4 -->
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ that affect the project itself and all workspaces in the project, by using `proj

The following permissions apply to the project itself.

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

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

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

<!-- cache-key: cdktf-0.18.0 input-59adea41bbc7af7bc7a002d9559654563be61c40bff73cd4d03e018ea34597df -->
<!-- cache-key: cdktf-0.18.0 input-854ab92b8935bb95bbbbbfaddb8b56a313c125e5e13f6684debaa55ee93499f5 -->
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ class MyConvertedCode extends TerraformStack {

The following arguments are supported:

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

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

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

0 comments on commit 7de2508

Please sign in to comment.