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:
parent
fe540b408f
commit
b0d777c742
|
@ -24,6 +24,12 @@ local state to remote state using the
|
|||
use the remote config to disable remote state and move back to local
|
||||
state.
|
||||
|
||||
### Example Usage
|
||||
|
||||
```
|
||||
$ terraform remote config -disable
|
||||
```
|
||||
|
||||
## Delegation and Teamwork
|
||||
|
||||
Remote state gives you more than just easier version control and
|
||||
|
|
Loading…
Reference in New Issue