mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #9248 from cblecker/remote-state-docs
Fix documentation for GCS Remote State
This commit is contained in:
commit
2e229f8b45
@ -42,7 +42,7 @@ resource "template_file" "bar" {
|
||||
template = "${greeting}"
|
||||
|
||||
vars {
|
||||
greeting = "${data.terraform_remote_state.foo.output.greeting}"
|
||||
greeting = "${data.terraform_remote_state.foo.greeting}"
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user