Closed Franr closed 1 year ago
The terraform CLI makes use of an environment variable called TF_PLUGIN_CACHE_DIR that set a directory to store and cache providers: https://developer.hashicorp.com/terraform/cli/config/config-file#provider-plugin-cache
terraform
TF_PLUGIN_CACHE_DIR
If you have that variable set on your shell session, we expect leverage to translate it into the TF container env vars (and mount the directory too), to keep using the cache.
leverage
Describe the Feature
The
terraform
CLI makes use of an environment variable calledTF_PLUGIN_CACHE_DIR
that set a directory to store and cache providers: https://developer.hashicorp.com/terraform/cli/config/config-file#provider-plugin-cacheExpected Behavior
If you have that variable set on your shell session, we expect
leverage
to translate it into the TF container env vars (and mount the directory too), to keep using the cache.