Fix terraform_remote_state documentation
Fixing minor typo to match documentation on https://www.terraform.io/docs/providers/terraform/d/remote_state.html
This commit is contained in:
parent
395c6d2df0
commit
8e6dd97eba
|
@ -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