mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-28 01:41:48 -06:00
mention 'terraform.d/plugins` for automation
This commit is contained in:
parent
2597500b47
commit
a56a97a5f5
@ -282,6 +282,11 @@ use of newer plugin versions that have not yet been installed into the
|
||||
local plugin directory. Which approach is more appropriate will depend on
|
||||
unique constraints within each organization.
|
||||
|
||||
Plugins can also be provided along with the configuration by creating a
|
||||
`terraform.d/plugins/OS_ARCH` directory, which will be searched before
|
||||
automatically downloading additional plugins. The `-get-plugins=false` flag can
|
||||
be used to prevent Terraform from automatically downloading additional plugins.
|
||||
|
||||
## Terraform Enterprise
|
||||
|
||||
As an alternative to home-grown automation solutions, Hashicorp offers
|
||||
|
Loading…
Reference in New Issue
Block a user