From e3160eea07604d1786be391d095dbc09b3868889 Mon Sep 17 00:00:00 2001 From: Dan Webb Date: Wed, 3 Aug 2016 14:07:57 +0100 Subject: [PATCH] Fix terraform_remote_state documentation Fixing minor typo to match documentation on https://www.terraform.io/docs/providers/terraform/d/remote_state.html --- index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html.markdown b/index.html.markdown index aba8053494..815c136223 100644 --- a/index.html.markdown +++ b/index.html.markdown @@ -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" } }