Skip to content

Commit 0f3c616

Browse files
committed
docs: Fix delete workspace command
1 parent 7657d07 commit 0f3c616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/infra/develop-and-test-infrastructure-in-isolation-using-workspaces.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,5 +64,5 @@ terraform -chdir=infra/<APP_NAME>/service destroy -var=environment_name=dev
6464
# Select default workspace so that you can delete your workspace, since you can't delete the selected workspace
6565
terraform -chdir=infra/<APP_NAME>/service workspace select default
6666
# Delete your workspace
67-
terraform -chdir=infra/<APP_NAME>/service delete <WORKSPACE_NAME>
67+
terraform -chdir=infra/<APP_NAME>/service workspace delete <WORKSPACE_NAME>
6868
```

0 commit comments

Comments
 (0)