mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Update website/docs/language/providers/configuration.mdx
This commit is contained in:
parent
c8a023c398
commit
0a12ffb683
@ -192,6 +192,6 @@ works the same way as the `version` argument in a
|
|||||||
constraint in a provider configuration is only used if `required_providers`
|
constraint in a provider configuration is only used if `required_providers`
|
||||||
does not include one for that provider.
|
does not include one for that provider.
|
||||||
|
|
||||||
**The `version` argument in provider configurations is deprecated.**
|
~**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
|
In Terraform 0.13 and later, always declare provider version constraints in
|
||||||
[the `required_providers` block](/language/providers/requirements).
|
[the `required_providers` block](/language/providers/requirements).
|
||||||
|
Loading…
Reference in New Issue
Block a user