Skip to content

Commit

Permalink
SCALRCORE-22261 Fix docs
Browse files Browse the repository at this point in the history
  • Loading branch information
denkl committed Aug 4, 2022
1 parent d365fd6 commit 9bfcf04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/resources/scalr_workspace.md
Expand Up @@ -109,7 +109,7 @@ resource "scalr_workspace" "cli-driven" {
* `run_operation_timeout` - (Optional) The number of minutes run operation can be executed before termination. Defaults to `0` (not set, backend default is used).
* `module_version_id` - (Optional) The identifier of a module version in the format `modver-<RANDOM STRING>`. This attribute conflicts with `vcs_provider_id` and `vcs_repo` attributes.
* `agent_pool_id` - (Optional) The identifier of an agent pool in the format `apool-<RANDOM STRING>`.
* `tags` - (Optional) List of tag IDs associated with the workspace.
* `tag_ids` - (Optional) List of tag IDs associated with the workspace.
* `vcs_provider_id` - (Optional) ID of vcs provider - required if vcs-repo present and vice versa, in the format `vcs-<RANDOM STRING>`
* `vcs_repo` - (Optional) Settings for the workspace's VCS repository.

Expand Down

0 comments on commit 9bfcf04

Please sign in to comment.