From 956627d6615f1ed52b2f03dae89606a06e13b624 Mon Sep 17 00:00:00 2001 From: Amanda B <71290933+amandabasara@users.noreply.github.com> Date: Wed, 15 Mar 2023 14:55:28 -0400 Subject: [PATCH] Update index.mdx New PR for pinning providers New PR for pinning providers --- website/docs/language/providers/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/language/providers/index.mdx b/website/docs/language/providers/index.mdx index 500e2295d3..b656f0034f 100644 --- a/website/docs/language/providers/index.mdx +++ b/website/docs/language/providers/index.mdx @@ -55,7 +55,7 @@ see the [provider publishing documentation](/terraform/registry/providers/docs). ## How to Use Providers -Providers are released separately from Terraform itself, and have their own version numbers. In production we recommend constraining the acceptable provider versions in the configuration's provider requirements block, to make sure that `terraform init` does not install newer versions of the provider that are incompatible with the configuration. +Providers are released separately from Terraform itself and have their own version numbers. In production we recommend constraining the acceptable provider versions in the configuration's provider requirements block, to make sure that `terraform init` does not install newer versions of the provider that are incompatible with the configuration. To use resources from a given provider, you need to include some information about it in your configuration. See the following pages for details: