mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user