Commit 5fda3a3b authored by Cory Lucas's avatar Cory Lucas Committed by Martin Atkins
Browse files

website: Update leftover references to "environment" rather than "workspace"

parent 6de63cfa
Showing with 2 additions and 2 deletions
+2 -2
......@@ -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 environments you can use `terraform workspace select`; etc.
to switch workspaces 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.
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment