website/docs: Add state commands to remote backend (#21276)
I tested that all state commands work with remote backend using Terraform 0.11.13.
This commit is contained in:
parent
0c0a0ff96e
commit
64dbba1229
|
@ -42,6 +42,7 @@ Currently the remote backend supports the following Terraform commands:
|
|||
- `plan`
|
||||
- `providers`
|
||||
- `show`
|
||||
- `state` (supports all sub-commands: list, mv, pull, push, rm, show)
|
||||
- `taint`
|
||||
- `untaint`
|
||||
- `validate`
|
||||
|
|
Loading…
Reference in New Issue