Point resource docs to the correct URL (#8969)
This commit is contained in:
parent
9b23d433c1
commit
7b301d7411
|
@ -15,7 +15,7 @@ or defined by another separate Terraform configuration.
|
||||||
|
|
||||||
[Providers](/docs/configuration/providers.html) are responsible in
|
[Providers](/docs/configuration/providers.html) are responsible in
|
||||||
Terraform for defining and implementing data sources. Whereas
|
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
|
to create and manage a new infrastructure component, data sources
|
||||||
present read-only views into pre-existing data, or they compute
|
present read-only views into pre-existing data, or they compute
|
||||||
new values on the fly within Terraform itself.
|
new values on the fly within Terraform itself.
|
||||||
|
|
Loading…
Reference in New Issue