mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-20 11:48:24 -06:00
Merge pull request #2428 from ajmath/fix-remote-state-docs
Fixes incorrect usage of terraform_remote_state in docs
This commit is contained in:
commit
6fd4f65946
@ -47,7 +47,7 @@ An example is shown below:
|
|||||||
resource "terraform_remote_state" "vpc" {
|
resource "terraform_remote_state" "vpc" {
|
||||||
backend = "atlas"
|
backend = "atlas"
|
||||||
config {
|
config {
|
||||||
path = "hashicorp/vpc-prod"
|
name = "hashicorp/vpc-prod"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user