Point resource docs to the correct URL (#8969)

This commit is contained in:
Ivan Vergiliev 2016-09-21 16:32:08 +03:00 committed by Clint
parent 9b23d433c1
commit 7b301d7411
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ or defined by another separate Terraform configuration.
[Providers](/docs/configuration/providers.html) are responsible in
Terraform for defining and implementing data sources. Whereas
a [resource](/docs/configuration/resource.html) causes Terraform
a [resource](/docs/configuration/resources.html) causes Terraform
to create and manage a new infrastructure component, data sources
present read-only views into pre-existing data, or they compute
new values on the fly within Terraform itself.