Update website/docs/language/providers/configuration.mdx

This commit is contained in:
Laura Pacilio 2022-10-24 17:45:59 -04:00 committed by GitHub
parent c8a023c398
commit 0a12ffb683
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -192,6 +192,6 @@ works the same way as the `version` argument in a
constraint in a provider configuration is only used if `required_providers` constraint in a provider configuration is only used if `required_providers`
does not include one for that provider. does not include one for that provider.
**The `version` argument in provider configurations is deprecated.** ~**Warning:** The `version` argument in provider configurations is deprecated, and we will remove it in a future Terraform version.
In Terraform 0.13 and later, always declare provider version constraints in In Terraform 0.13 and later, always declare provider version constraints in
[the `required_providers` block](/language/providers/requirements). [the `required_providers` block](/language/providers/requirements).