Merge #7941: Fix terraform_remote_state documentation
This commit is contained in:
commit
5f85d3f4c4
|
@ -20,7 +20,7 @@ Use the navigation to the left to read about the available data sources.
|
|||
data "terraform_remote_state" "vpc" {
|
||||
backend = "atlas"
|
||||
config {
|
||||
path = "hashicorp/vpc-prod"
|
||||
name = "hashicorp/vpc-prod"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue