website: Link to `required_providers` block from provider documentation

This commit is contained in:
Thomas Alton 2019-06-12 12:13:27 -05:00 committed by Martin Atkins
parent d58d91a6b2
commit 24386bcfcb
1 changed files with 5 additions and 0 deletions

View File

@ -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 of each provider, run `terraform init -upgrade`. This command also upgrades
to the latest versions of all Terraform modules. 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 ## `alias`: Multiple Provider Instances
[inpage-alias]: #alias-multiple-provider-instances [inpage-alias]: #alias-multiple-provider-instances