Merge pull request #7223 from leecalcote/patch-1
website/remote: added example usage for -disable
This commit is contained in:
commit
b8d15ec147
|
@ -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