From 8e6dd97ebafc8272c91d1630a82a9e2636b1d993 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 --- website/source/docs/providers/terraform/index.html.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/providers/terraform/index.html.markdown b/website/source/docs/providers/terraform/index.html.markdown index aba805349..815c13622 100644 --- a/website/source/docs/providers/terraform/index.html.markdown +++ b/website/source/docs/providers/terraform/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" } }