Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
小 白蛋
Terraform
Commits
5fda3a3b
Commit
5fda3a3b
authored
7 years ago
by
Cory Lucas
Committed by
Martin Atkins
7 years ago
Browse files
Options
Download
Email Patches
Plain Diff
website: Update leftover references to "environment" rather than "workspace"
parent
6de63cfa
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
website/docs/state/workspaces.html.md
+2
-2
website/docs/state/workspaces.html.md
with
2 additions
and
2 deletions
+2
-2
website/docs/state/workspaces.html.md
+
2
-
2
View file @
5fda3a3b
...
...
@@ -46,7 +46,7 @@ you've only ever worked on the "default" workspace.
Workspaces are managed with the
`terraform workspace`
set of commands. To
create a new workspace and switch to it, you can use
`terraform workspace new`
;
to switch
environment
s you can use
`terraform workspace select`
; etc.
to switch
workspace
s you can use
`terraform workspace select`
; etc.
For example, creating a new workspace:
...
...
@@ -183,7 +183,7 @@ multiple collaborators.
For
[
remote state
](
/docs/state/remote.html
)
, the workspaces are stored
directly in the configured
[
backend
](
/docs/backends
)
. For example, if you
use
[
Consul
](
/docs/backends/types/consul.html
)
, the workspaces are stored
by appending the
environment
name to the state path. To ensure that
by appending the
workspace
name to the state path. To ensure that
workspace names are stored correctly and safely in all backends, the name
must be valid to use in a URL path segment without escaping.
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Projects
Groups
Snippets
Help