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:
Jimmy Cuadra 2015-06-25 01:01:12 -07:00
parent 6083329192
commit 94b11ed690
1 changed files with 1 additions and 1 deletions

View File

@ -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.