mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
docs: Update example remote_state to use remote backend
The "remote" backend supersedes the "atlas" backend so this is the one we should use in the example.
This commit is contained in:
parent
c41e98a075
commit
69d44f763f
@ -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