From 64dbba1229afe72fef7164924ed9924c303aa044 Mon Sep 17 00:00:00 2001 From: Roger Berlind Date: Fri, 16 Aug 2019 11:45:27 -0400 Subject: [PATCH] website/docs: Add state commands to remote backend (#21276) I tested that all state commands work with remote backend using Terraform 0.11.13. --- website/docs/backends/types/remote.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/backends/types/remote.html.md b/website/docs/backends/types/remote.html.md index 98617284a..76b871cbc 100644 --- a/website/docs/backends/types/remote.html.md +++ b/website/docs/backends/types/remote.html.md @@ -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`