|
|
|
|
@ -173,13 +173,13 @@ from their parents.
|
|
|
|
|
|
|
|
|
|
The `version` meta-argument specifies a version constraint for a provider, and
|
|
|
|
|
works the same way as the `version` argument in a
|
|
|
|
|
[`required_providers` block](./provider_requirements.html). The version
|
|
|
|
|
[`required_providers` block](./provider-requirements.html). The version
|
|
|
|
|
constraint in a provider configuration is only used if `required_providers`
|
|
|
|
|
does not include one for that provider.
|
|
|
|
|
|
|
|
|
|
**We do not recommend using the `version` argument in provider configurations.**
|
|
|
|
|
In Terraform 0.13 and later, version constraints should always be declared in
|
|
|
|
|
[the `required_providers` block](./provider_requirements.html).
|
|
|
|
|
[the `required_providers` block](./provider-requirements.html).
|
|
|
|
|
|
|
|
|
|
-> **Note:** The `version` meta-argument made sense before Terraform 0.13, since
|
|
|
|
|
Terraform could only install providers that were distributed by HashiCorp. Now
|
|
|
|
|
|