Merge pull request #2428 from ajmath/fix-remote-state-docs

Fixes incorrect usage of terraform_remote_state in docs
This commit is contained in:
Paul Hinze 2015-06-23 08:59:54 -05:00
commit 6fd4f65946
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ An example is shown below:
resource "terraform_remote_state" "vpc" {
backend = "atlas"
config {
path = "hashicorp/vpc-prod"
name = "hashicorp/vpc-prod"
}
}