Update website/docs/language/resources/syntax.mdx

Co-authored-by: trujillo-adam <47586768+trujillo-adam@users.noreply.github.com>
pull/33635/head
Christian Adamini 3 years ago committed by GitHub
parent 22bdf62f08
commit 6fe058eb76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -69,7 +69,7 @@ which is provided by the root module. Refer to
Based on a resource type's name, Terraform can usually determine which provider to use.
By convention, resource type names start with their provider's preferred local name.
When using multiple configurations of a provider (or non-preferred local provider names),
When using multiple configurations of a provider or non-preferred local provider names,
you must use [the `provider` meta-argument](/terraform/language/meta-arguments/resource-provider)
to manually choose a provider configuration.

Loading…
Cancel
Save