Update workspaces page
This commit is contained in:
parent
ba0e2c1133
commit
faffa11e08
|
@ -201,8 +201,6 @@ The important thing about workspace internals is that workspaces are
|
||||||
meant to be a shared resource. They aren't a private, local-only notion
|
meant to be a shared resource. They aren't a private, local-only notion
|
||||||
(unless you're using purely local state and not committing it).
|
(unless you're using purely local state and not committing it).
|
||||||
|
|
||||||
The "current workspace" name is stored only locally in the ignored
|
The "current workspace" name is stored locally in the ignored
|
||||||
`.terraform` directory. This allows multiple team members to work on
|
`.terraform` directory. This allows multiple team members to work on
|
||||||
different workspaces concurrently. The "current workspace" name is **not**
|
different workspaces concurrently. Workspace names are also attached to associated remote workspaces in Terraform Cloud. For more details about workspace names in Terraform Cloud, refer to the [remote backend](/language/settings/backends/remote#workspaces) and [CLI Integration](/cli/cloud/settings#arguments) (recommended) documentation.
|
||||||
currently meaningful in Terraform Cloud workspaces since it will always
|
|
||||||
have the value `default`.
|
|
||||||
|
|
Loading…
Reference in New Issue