mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
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
|
## 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
|
an `aws_instance` resource will target the "aws" provider. As of Terraform
|
||||||
0.5.0, a resource can target any provider by name.
|
0.5.0, a resource can target any provider by name.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user