Merge pull request #29311 from NargiT/patch-1

fix syntax
This commit is contained in:
Laura Pacilio 2021-08-23 14:00:43 -04:00 committed by GitHub
commit c1d16c7421
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"
}
}