Skip to content

Commit 94b11ed

Browse files
committed
Fix wording in multi-provider resource docs
The sentence says that resources target a resource, but it should say that resources target providers.
1 parent 6083329 commit 94b11ed

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

website/source/docs/configuration/resources.html.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ resource "aws_instance" "app" {
129129

130130
## Multiple Provider Instances
131131

132-
By default, a resource targets the resource based on its type. For example
132+
By default, a resource targets the provider based on its type. For example
133133
an `aws_instance` resource will target the "aws" provider. As of Terraform
134134
0.5.0, a resource can target any provider by name.
135135

0 commit comments

Comments
 (0)