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:
Dan Webb 2016-08-03 14:07:57 +01:00 committed by GitHub
parent 395c6d2df0
commit 8e6dd97eba
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" { data "terraform_remote_state" "vpc" {
backend = "atlas" backend = "atlas"
config { config {
path = "hashicorp/vpc-prod" name = "hashicorp/vpc-prod"
} }
} }