Running Terraform in Automation | Terraform - HashiCorp Learn - 0 views
-
In default usage, terraform init downloads and installs the plugins for any providers used in the configuration automatically, placing them in a subdirectory of the .terraform directory.
-
allows each configuration to potentially use different versions of plugins.
-
In automation environments, it can be desirable to disable this behavior and instead provide a fixed set of plugins already installed on the system where Terraform is running. This then avoids the overhead of re-downloading the plugins on each execution
- ...12 more annotations...