📚 correction to pg backend configuration

This commit is contained in:
Mars Hall 2019-02-26 15:30:17 -08:00 committed by GitHub
parent c98d979e6b
commit 3c68b857be
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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