Terragrunt Notes.md 296 B

Terragrunt Notes

aka "how to develop the terraform 12 stuff"

Local cache of providers

helpful tip, speed up cache by adding the following to your ~./bashrc:

export TF_PLUGIN_CACHE_DIR=~/.terraform.d/plugin-cache
[[ -d "$TF_PLUGIN_CACHE_DIR" ]] || mkdir -p $TF_PLUGIN_CACHE_DIR