mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-27 00:46:25 -06:00
Update index.mdx New PR for pinning providers
New PR for pinning providers
This commit is contained in:
parent
86c0c3bf80
commit
956627d661
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user