Merge pull request #2482 from jimmycuadra/patch-1

Fix wording in multi-provider resource docs
This commit is contained in:
Sander van Harmelen 2015-06-25 10:21:39 +02:00
commit 134cf1ce82
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.