mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
fix syntax
This commit is contained in:
parent
2f152f1139
commit
0103f58297
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user