Fix wording in multi-provider resource docs
The sentence says that resources target a resource, but it should say that resources target providers.
This commit is contained in:
parent
6083329192
commit
94b11ed690
|
@ -129,7 +129,7 @@ resource "aws_instance" "app" {
|
||||||
|
|
||||||
## Multiple Provider Instances
|
## Multiple Provider Instances
|
||||||
|
|
||||||
By default, a resource targets the resource based on its type. For example
|
By default, a resource targets the provider based on its type. For example
|
||||||
an `aws_instance` resource will target the "aws" provider. As of Terraform
|
an `aws_instance` resource will target the "aws" provider. As of Terraform
|
||||||
0.5.0, a resource can target any provider by name.
|
0.5.0, a resource can target any provider by name.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue