Cache your Terraform providers to save space and time
- Set "TF\PLUGIN\CACHE\DIR" environment variable to an empty dir, then rerun "terraform init" to switch to a shared providers directory. This allows to cache Terraform providers.
- Set "TF\PLUGIN\CACHE\DIR" environment variable to an empty dir, then rerun "terraform init" to switch to a shared providers directory. This allows to cache Terraform providers.
- use Terraform's "null\resourcehttps://www.terraform.io/docs/provisioners/nullresource.html" and optionally "template\filehttps://www.terraform.io/docs/providers/template/d/file.html" to easily create config files for o…