Merge pull request #2482 from jimmycuadra/patch-1
Fix wording in multi-provider resource docs
This commit is contained in:
commit
134cf1ce82
|
@ -129,7 +129,7 @@ resource "aws_instance" "app" {
|
|||
|
||||
## 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
|
||||
0.5.0, a resource can target any provider by name.
|
||||
|
||||
|
|
Loading…
Reference in New Issue