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 <krzysztof.wilczynski@linux.com>

* Correct "resource" to "data source".

Signed-off-by: Krzysztof Wilczynski <krzysztof.wilczynski@linux.com>
This commit is contained in:
Krzysztof Wilczynski 2016-08-04 03:45:14 +09:00 committed by Radek Simko
parent 8d9a9ddebe
commit ec7ff802b6
1 changed files with 1 additions and 1 deletions

View File

@ -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 you can expose things such as VPC IDs, subnets, NAT instance IDs, etc. through
remote state and have other Terraform states consume that. 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 ## Locking and Teamwork