From 94b11ed690128853cd6b2121db0679b21cc2eaf1 Mon Sep 17 00:00:00 2001 From: Jimmy Cuadra Date: Thu, 25 Jun 2015 01:01:12 -0700 Subject: [PATCH] Fix wording in multi-provider resource docs The sentence says that resources target a resource, but it should say that resources target providers. --- website/source/docs/configuration/resources.html.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/source/docs/configuration/resources.html.md b/website/source/docs/configuration/resources.html.md index b1d7687d8..1ed50df98 100644 --- a/website/source/docs/configuration/resources.html.md +++ b/website/source/docs/configuration/resources.html.md @@ -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.