From fe33661b59fc8f90f17acd67a722faf53e6b9ce7 Mon Sep 17 00:00:00 2001 From: Allison Ravenhall <33942776+RavenAlly@users.noreply.github.com> Date: Wed, 6 Dec 2017 03:54:25 +1100 Subject: [PATCH] website: update "terraform env" reference to "terraform workspace" --- website/docs/commands/workspace/select.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/commands/workspace/select.html.md b/website/docs/commands/workspace/select.html.md index a4232facee..878a3e97d9 100644 --- a/website/docs/commands/workspace/select.html.md +++ b/website/docs/commands/workspace/select.html.md @@ -6,7 +6,7 @@ description: |- The terraform workspace select command is used to choose a workspace. --- -# Command: env select +# Command: workspace select The `terraform workspace select` command is used to choose a different workspace to use for further operations.