From 24386bcfcb20590f10b883e707ca4a7273ed900e Mon Sep 17 00:00:00 2001 From: Thomas Alton <47434488+talton-heb@users.noreply.github.com> Date: Wed, 12 Jun 2019 12:13:27 -0500 Subject: [PATCH] website: Link to `required_providers` block from provider documentation --- website/docs/configuration/providers.html.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/docs/configuration/providers.html.md b/website/docs/configuration/providers.html.md index b75c21f69..55b1983a1 100644 --- a/website/docs/configuration/providers.html.md +++ b/website/docs/configuration/providers.html.md @@ -150,6 +150,11 @@ to downloading a new version. To upgrade to the latest acceptable version of each provider, run `terraform init -upgrade`. This command also upgrades to the latest versions of all Terraform modules. +Additional provider version requirements can be specified in the +[`required_providers`](/docs/configuration/terraform.html#specifying-required-provider-versions) +block inside the `terraform` configuration. Constraints are combined together +using logical AND. + ## `alias`: Multiple Provider Instances [inpage-alias]: #alias-multiple-provider-instances