Merge #7941: Fix terraform_remote_state documentation

This commit is contained in:
Martin Atkins 2016-08-03 06:52:50 -07:00 committed by GitHub
commit 5f85d3f4c4
1 changed files with 1 additions and 1 deletions

View File

@ -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"
}
}