From 3c68b857be79b5bd9a38212ac1b66d07ef33dcf1 Mon Sep 17 00:00:00 2001 From: Mars Hall Date: Tue, 26 Feb 2019 15:30:17 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20correction=20to=20pg=20backend?= =?UTF-8?q?=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- website/docs/backends/types/pg.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/backends/types/pg.html.md b/website/docs/backends/types/pg.html.md index 9fd8b2f13..8815a4457 100644 --- a/website/docs/backends/types/pg.html.md +++ b/website/docs/backends/types/pg.html.md @@ -70,7 +70,7 @@ data "terraform_remote_state" "network" { The following configuration options or environment variables are supported: * `conn_str` - (Required) Postgres connection string; a `postgres://` URL - * `schema_name` - Name of the automatically-managed Postgres schema to store locks & state, default `terraform_remote_backend`. + * `schema_name` - Name of the automatically-managed Postgres schema, default `terraform_remote_state`. ## Technical Design