You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Deprecated: "Use resource tfe_workspace_settings to modify the workspace execution settings. This attribute will be removed in a future release of the provider.",
Deprecated: "Use resource tfe_workspace_settings to modify the workspace execution settings. This attribute will be removed in a future release of the provider.",
Deprecated: "Use tfe_workspace_settings to modify the workspace execution settings. This attribute will be removed in a future release of the provider.",
*`agent_pool_id` - (Optional) The ID of an agent pool to assign to the workspace. Requires `execution_mode`
63
+
* `agent_pool_id` - (Optional) **Deprecated** The ID of an agent pool to assign to the workspace. Requires `execution_mode`
58
64
to be set to `agent`. This value _must not_ be provided if `execution_mode` is set to any other value or if `operations` is
59
65
provided.
60
66
* `allow_destroy_plan` - (Optional) Whether destroy plans can be queued on the workspace.
61
67
* `assessments_enabled` - (Optional) Whether to regularly run health assessments such as drift detection on the workspace. Defaults to `false`.
62
68
* `auto_apply` - (Optional) Whether to automatically apply changes when a Terraform plan is successful. Defaults to `false`.
63
69
* `auto_apply_run_trigger` - (Optional) Whether to automatically apply changes for runs that were created by run triggers from another workspace. Defaults to `false`.
64
70
* `description` - (Optional) A description for the workspace.
65
-
*`execution_mode` - (Optional) Which [execution mode](https://developer.hashicorp.com/terraform/cloud-docs/workspaces/settings#execution-mode)
66
-
to use. Using Terraform Cloud, valid values are `remote`, `local` or `agent`.
67
-
Defaults your organization's default execution mode, or `remote` if no organization default is set. Using Terraform Enterprise, only `remote` and `local`
68
-
execution modes are valid. When set to `local`, the workspace will be used
69
-
for state storage only. This value _must not_ be provided if `operations`
70
-
is provided.
71
+
* `execution_mode` - (Optional) **Deprecated** Which [execution mode](https://developer.hashicorp.com/terraform/cloud-docs/workspaces/settings#execution-mode)
72
+
to use. Using Terraform Cloud, valid values are `remote`, `local` or `agent`. Using Terraform Enterprise, only `remote` and `local` execution modes are valid. When set to `local`, the workspace will be used for state storage only. This value _must not_ be provided if `operations` is provided.
71
73
* `file_triggers_enabled` - (Optional) Whether to filter runs based on the changed files
72
74
in a VCS push. Defaults to `true`. If enabled, the working directory and
73
75
trigger prefixes describe a set of paths which must contain changes for a
@@ -146,9 +148,6 @@ In addition to all arguments above, the following attributes are exported:
146
148
* `id` - The workspace ID.
147
149
* `resource_count` - The number of resources managed by the workspace.
148
150
* `html_url` - The URL to the browsable HTML overview of the workspace.
149
-
*`setting_overwrites` - Can be used to check whether a setting is currently inheriting its value from another resource.
150
-
-`execution_mode` - Set to `true` if the execution mode of the workspace is being determined by the setting on the workspace itself. It will be `false` if the execution mode is inherited from another resource (e.g. the organization's default execution mode)
151
-
-`agent_pool` - Set to `true` if the agent pool of the workspace is being determined by the setting on the workspace itself. It will be `false` if the agent pool is inherited from another resource (e.g. the organization's default agent pool)
0 commit comments