mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -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
|
```hcl
|
||||||
data "terraform_remote_state" "network" {
|
data "terraform_remote_state" "network" {
|
||||||
backend = "pg"
|
backend = "pg"
|
||||||
config {
|
config = {
|
||||||
conn_str = "postgres://localhost/terraform_backend"
|
conn_str = "postgres://localhost/terraform_backend"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user