fix syntax

This commit is contained in:
Tigran Tch 2021-08-05 17:04:40 +02:00 committed by GitHub
parent 2f152f1139
commit 0103f58297
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ To make use of the pg remote state in another configuration, use the [`terraform
```hcl
data "terraform_remote_state" "network" {
backend = "pg"
config {
config = {
conn_str = "postgres://localhost/terraform_backend"
}
}