Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.
Terraform Version
Affected Pages
https://developer.hashicorp.com/terraform/tutorials/automation/automate-terraform#pre-installed-plugins
What is the docs issue?
The example is a single directory of plugins, but it needs to follow the
filesystem_mirror
format described in https://developer.hashicorp.com/terraform/cli/config/config-file#explicit-installation-method-configuration.Note that manual plugin installation is a source of confusion (eg, https://stackoverflow.com/questions/70413209/canonical-way-to-make-terraform-use-only-local-plugins) and incorrect docs are contributing to this problem.
Proposal
References
No response