Skip to content

Commit 7556099

Browse files
Moved changes to Attributes Reference
1 parent fbdcbd0 commit 7556099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/docs/r/workspace.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,6 @@ The following arguments are supported:
8282
VCS push to trigger a run. If disabled, any push will trigger a run.
8383
* `force_delete` - (Optional) If this attribute is present on a workspace that is being deleted through the provider, it will use the existing force delete API. If this attribute is not present or false it will safe delete the workspace.
8484
* `global_remote_state` - (Optional) **Deprecated** Whether the workspace allows all workspaces in the organization to access its state data during runs. Use [tfe_workspace_settings](workspace_settings) instead.
85-
* `hyok_enabled` - (Optional) Whether HYOK is enabled for the workspace.
8685
* `operations` - **Deprecated** Whether to use remote execution mode.
8786
Defaults to `true`. When set to `false`, the workspace will be used for
8887
state storage only. This value _must not_ be provided if `execution_mode` is
@@ -169,6 +168,7 @@ In addition to all arguments above, the following attributes are exported:
169168
* `html_url` - The URL to the browsable HTML overview of the workspace.
170169
* `inherits_project_auto_destroy` - Indicates whether this workspace inherits project auto destroy settings.
171170
* `effective_tags` - A map of key value tags for this workspace, including any tags inherited from the parent project.
171+
* `hyok_enabled` - (Available only in HCP Terraform) Whether HYOK is enabled for the workspace.
172172

173173
## Import
174174

0 commit comments

Comments
 (0)