mirror of
https://gitlab.com/oecis/charts.git
synced 2025-02-24 22:43:56 +00:00
6 lines
165 B
Bash
6 lines
165 B
Bash
mkdir -p $(pwd)/.terragrunt-cache/.plugins
|
|
export TERRAGRUNT_DOWNLOAD=$(pwd)/.terragrunt-cache
|
|
export TF_PLUGIN_CACHE_DIR=$(pwd)/.terragrunt-cache/.plugins
|
|
|
|
use nix
|