fix: TF_WORKSPACE export cmd

This commit is contained in:
Aurelie Vache 2019-01-18 16:26:42 +01:00 committed by GitHub
parent 0a90b85418
commit 2f0a46d75c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ For multi-environment deployment, in order to select a workspace, instead of doi
For example:
```shell
export TF_WORKSPACE your_workspace
export TF_WORKSPACE=your_workspace
```
Using this environment variable is recommended only for non-interactive usage, since in a local shell environment it can be easy to forget the variable is set and apply changes to the wrong state.