Skip to content

Commit 33ff04c

Browse files
committed
cdktf: update r/agent_token.html.markdown,r/agent_pool_allowed_workspaces.html.markdown,r/agent_pool.html.markdown,r/admin_organization_settings.markdown,d/workspace_run_task.html.markdown,d/workspace_ids.html.markdown,d/workspace.html.markdown,d/variables.html.markdown,d/variable_set.html.markdown,d/teams.html.markdown
1 parent a6350e8 commit 33ff04c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

website/docs/cdktf/python/d/workspace.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ In addition to all arguments above, the following attributes are exported:
7373
* `trigger_patterns` - List of [glob patterns](https://developer.hashicorp.com/terraform/cloud-docs/workspaces/settings/vcs#glob-patterns-for-automatic-run-triggering) that describe the files Terraform Cloud monitors for changes. Trigger patterns are always appended to the root directory of the repository.
7474
* `vcs_repo` - Settings for the workspace's VCS repository.
7575
* `working_directory` - A relative path that Terraform will execute within.
76-
* `execution_mode` - Indicates the [execution mode](https://developer.hashicorp.com/terraform/cloud-docs/workspaces/settings#execution-mode) of the workspace. Possible values include `remote`, `local`, or `agent`.
76+
* `execution_mode` - Indicates the [execution mode](https://developer.hashicorp.com/terraform/cloud-docs/workspaces/settings#execution-mode) of the workspace. **Note:** This value might be derived from an organization-level default or set on the workspace itself; see the [`tfe_workspace_settings` resource](tfe_workspace_settings) for details.
7777
* `html_url` - The URL to the browsable HTML overview of the workspace
7878

7979

@@ -88,4 +88,4 @@ The `vcs_repo` block contains:
8888
* `oauth_token_id` - OAuth token ID of the configured VCS connection.
8989
* `tags_regex` - A regular expression used to trigger a Workspace run for matching Git tags.
9090

91-
<!-- cache-key: cdktf-0.19.0 input-82f43ee78054a4a88c04b2768dd5c3b6ba74cdac1de55fecef133b85fe5aee8a -->
91+
<!-- cache-key: cdktf-0.19.0 input-8a792abd68f0096121aefa7f2c56aa2455a7b698bf2cb5574b25e73321236d1e -->

website/docs/cdktf/typescript/d/workspace.html.markdown

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ In addition to all arguments above, the following attributes are exported:
7676
* `triggerPatterns` - List of [glob patterns](https://developer.hashicorp.com/terraform/cloud-docs/workspaces/settings/vcs#glob-patterns-for-automatic-run-triggering) that describe the files Terraform Cloud monitors for changes. Trigger patterns are always appended to the root directory of the repository.
7777
* `vcsRepo` - Settings for the workspace's VCS repository.
7878
* `workingDirectory` - A relative path that Terraform will execute within.
79-
* `executionMode` - Indicates the [execution mode](https://developer.hashicorp.com/terraform/cloud-docs/workspaces/settings#execution-mode) of the workspace. Possible values include `remote`, `local`, or `agent`.
79+
* `executionMode` - Indicates the [execution mode](https://developer.hashicorp.com/terraform/cloud-docs/workspaces/settings#execution-mode) of the workspace. **Note:** This value might be derived from an organization-level default or set on the workspace itself; see the [`tfe_workspace_settings` resource](tfe_workspace_settings) for details.
8080
* `htmlUrl` - The URL to the browsable HTML overview of the workspace
8181

8282

@@ -91,4 +91,4 @@ The `vcsRepo` block contains:
9191
* `oauthTokenId` - OAuth token ID of the configured VCS connection.
9292
* `tagsRegex` - A regular expression used to trigger a Workspace run for matching Git tags.
9393

94-
<!-- cache-key: cdktf-0.19.0 input-82f43ee78054a4a88c04b2768dd5c3b6ba74cdac1de55fecef133b85fe5aee8a -->
94+
<!-- cache-key: cdktf-0.19.0 input-8a792abd68f0096121aefa7f2c56aa2455a7b698bf2cb5574b25e73321236d1e -->

0 commit comments

Comments
 (0)