DEV Community

Cover image for Global Terraform plugin installation
Julian
Julian

Posted on

 

Global Terraform plugin installation

simply add this TF_PLUGIN_CACHE_DIR to your environment variables and future plugins downloaded with terraform init will go there:

TF_PLUGIN_CACHE_DIR=$HOME/.terraform.d/plugin-cache
Enter fullscreen mode Exit fullscreen mode

links:

Top comments (0)

Timeless DEV post...

Git Concepts I Wish I Knew Years Ago

The most used technology by developers is not Javascript.

It's not Python or HTML.

It hardly even gets mentioned in interviews or listed as a pre-requisite for jobs.

I'm talking about Git and version control of course.

One does not simply learn git