Cache your Terraform providers to save space and time
TL;DR: Set “TF_PLUGIN_CACHE_DIR” environment variable to an empty dir, then rerun “terraform init” to switch to a shared providers directory. This Continue Reading
TL;DR: Set “TF_PLUGIN_CACHE_DIR” environment variable to an empty dir, then rerun “terraform init” to switch to a shared providers directory. This Continue Reading
TL;DR: use Terraform’s “null_resource” and optionally “template_file” to easily create config files for other software (like Ansible) be careful when you Continue Reading