Skip to content

Commit

Permalink
SCALRCORE-22742 Update docs
Browse files Browse the repository at this point in the history
[API_BRANCH]
[DB_BRANCH]
  • Loading branch information
lyzohub committed Sep 28, 2022
1 parent 21acb26 commit 5933fb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/scalr_workspace.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ resource "scalr_workspace" "cli-driven" {
* `name` - (Required) Name of the workspace.
* `environment_id` - (Required) ID of the environment, in the format `env-<RANDOM STRING>`.
* `auto_apply` - (Optional) Set (true/false) to configure if `terraform apply` should automatically run when `terraform plan` ends without error. Default `false`.
* `auto_force_run` - (Optional) Set (true/false) to configure if latest new run will be automatically raised in priority.
* `auto_force_run` - (Optional) Set (true/false) to configure if latest new run will be automatically raised in priority. Default `false`.
* `operations` - Deprecated. Use `execution-mode` instead.
* `execution-mode` - (Optional) Which execution mode to use. Valid values are `remote` and `local`. When set to `local`, the workspace will be used for state storage only. Defaults to `remote` (not set, backend default is used).
* `terraform_version` - (Optional) The version of Terraform to use for this workspace. Defaults to the latest available version.
Expand Down

0 comments on commit 5933fb4

Please sign in to comment.