From ec7ff802b697ee147e4f29c4f4aea2ca8266b5e9 Mon Sep 17 00:00:00 2001 From: Krzysztof Wilczynski Date: Thu, 4 Aug 2016 03:45:14 +0900 Subject: [PATCH] Fix link to the remote state link post 0.7.x. (#7946) * Fix link to the remote state link post 0.7.x. Signed-off-by: Krzysztof Wilczynski * Correct "resource" to "data source". Signed-off-by: Krzysztof Wilczynski --- website/source/docs/state/remote/index.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/state/remote/index.html.md b/website/source/docs/state/remote/index.html.md index 9a1c627d72..5199002461 100644 --- a/website/source/docs/state/remote/index.html.md +++ b/website/source/docs/state/remote/index.html.md @@ -47,7 +47,7 @@ teams to run their own infrastructure. As a more specific example with AWS: you can expose things such as VPC IDs, subnets, NAT instance IDs, etc. through remote state and have other Terraform states consume that. -For example usage see the [terraform_remote_state](/docs/providers/terraform/r/remote_state.html) resource. +For example usage see the [terraform_remote_state](/docs/providers/terraform/d/remote_state.html) data source. ## Locking and Teamwork