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
Copy file name to clipboardExpand all lines: docs/data-sources/scalr_workspace.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ All arguments plus:
46
46
*`vcs_repo` - If a workspace is linked to a VCS repository this block shows the details, otherwise `{}`
47
47
*`created_by` - Details of the user that created the workspace.
48
48
*`has_resources` - The presence of active terraform resources in the current state version.
49
-
*`deletion_protection_enabled` - Boolean indicates whether to prevent deletion when the workspace has resources.
49
+
*`deletion_protection_enabled` - Boolean, indicates if the workspace has the protection from an accidental state lost. If enabled and the workspace has resource, the deletion will not be allowed.
50
50
*`auto_queue_runs` - Indicates if runs have to be queued automatically when a new configuration version is uploaded.
51
51
52
52
Supported values are `skip_first`, `always`, `never`:
*`environment_id` - (Required) ID of the environment, in the format `env-<RANDOM STRING>`.
96
96
*`auto_apply` - (Optional) Set (true/false) to configure if `terraform apply` should automatically run when `terraform plan` ends without error. Default `false`.
97
97
*`force_latest_run` - (Optional) Set (true/false) to configure if latest new run will be automatically raised in priority. Default `false`.
98
-
*`deletion_protection_enabled` - (Optional) Set (true/false) to configure whether to prevent deletion when the workspace has resources. Default `true`.
98
+
*`deletion_protection_enabled` - (Optional) Indicates if the workspace has the protection from an accidental state lost. If enabled and the workspace has resource, the deletion will not be allowed. Default `true`.
99
99
*`operations` - Deprecated. Use `execution_mode` instead.
100
100
*`auto_queue_runs` - Indicates if runs have to be queued automatically when a new configuration version is uploaded.
0 commit comments