diff --git a/docs/resources/scalr_workspace.md b/docs/resources/scalr_workspace.md index f0b787f9..4f710a5e 100644 --- a/docs/resources/scalr_workspace.md +++ b/docs/resources/scalr_workspace.md @@ -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-`. 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-`. -* `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-` * `vcs_repo` - (Optional) Settings for the workspace's VCS repository.