diff --git a/website/docs/language/providers/configuration.mdx b/website/docs/language/providers/configuration.mdx index ed02eb9f01..da8bed97dc 100644 --- a/website/docs/language/providers/configuration.mdx +++ b/website/docs/language/providers/configuration.mdx @@ -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` 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 [the `required_providers` block](/language/providers/requirements).