From 8b62ab2423cb5e4626e2bafa2e63b29ed251f4a3 Mon Sep 17 00:00:00 2001 From: Laura Pacilio <83350965+laurapacilio@users.noreply.github.com> Date: Mon, 24 Oct 2022 17:46:25 -0400 Subject: [PATCH] Update website/docs/language/providers/configuration.mdx --- website/docs/language/providers/configuration.mdx | 1 + 1 file changed, 1 insertion(+) 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).