Providers - Configuration Language - Terraform by HashiCorp - 0 views
-
By default, terraform init downloads plugins into a subdirectory of the working directory so that each working directory is self-contained.
-
Terraform optionally allows the use of a local directory as a shared plugin cache, which then allows each distinct plugin binary to be downloaded only once.
-
directory must already exist before Terraform will cache plugins; Terraform will not create the directory itself.
- ...3 more annotations...