mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Merge pull request #22213 from hashicorp/d-remote-state-backend
docs: Update example remote_state to use remote backend
This commit is contained in:
commit
fadbe69da6
@ -23,7 +23,7 @@ use interpolations when configuring them.
|
||||
|
||||
```hcl
|
||||
data "terraform_remote_state" "vpc" {
|
||||
backend = "atlas"
|
||||
backend = "remote"
|
||||
config = {
|
||||
name = "hashicorp/vpc-prod"
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user