mirror of
https://github.com/hashicorp/terraform.git
synced 2026-05-28 04:03:27 -04:00
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:
parent
8d9a9ddebe
commit
ec7ff802b6
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue