diff --git a/website/docs/language/providers/configuration.mdx b/website/docs/language/providers/configuration.mdx index da8bed97dc..7dc88a4f29 100644 --- a/website/docs/language/providers/configuration.mdx +++ b/website/docs/language/providers/configuration.mdx @@ -193,5 +193,6 @@ constraint in a provider configuration is only used if `required_providers` does not include one for that provider. ~**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 [the `required_providers` block](/language/providers/requirements).