website/remote: added example usage for -disable

Added example usage for remote config subcommand, showing how to move from remote state to local state.
This commit is contained in:
Lee Calcote 2016-06-17 20:16:09 -05:00 committed by GitHub
parent fe540b408f
commit b0d777c742

View File

@ -24,6 +24,12 @@ local state to remote state using the
use the remote config to disable remote state and move back to local use the remote config to disable remote state and move back to local
state. state.
### Example Usage
```
$ terraform remote config -disable
```
## Delegation and Teamwork ## Delegation and Teamwork
Remote state gives you more than just easier version control and Remote state gives you more than just easier version control and