From 3977598edba03de53bb97a93be977efa4a9c748b Mon Sep 17 00:00:00 2001 From: Nick Fagerlund Date: Fri, 8 Mar 2019 12:01:38 +0000 Subject: [PATCH] website: remote backend also supports multiple workspaces --- website/docs/state/workspaces.html.md | 1 + 1 file changed, 1 insertion(+) diff --git a/website/docs/state/workspaces.html.md b/website/docs/state/workspaces.html.md index 3d5018592..568d4f823 100644 --- a/website/docs/state/workspaces.html.md +++ b/website/docs/state/workspaces.html.md @@ -31,6 +31,7 @@ Multiple workspaces are currently supported by the following backends: * [Local](/docs/backends/types/local.html) * [Manta](/docs/backends/types/manta.html) * [Postgres](/docs/backends/types/pg.html) + * [Remote](/docs/backends/types/remote.html) * [S3](/docs/backends/types/s3.html) In the 0.9 line of Terraform releases, this concept was known as "environment".