tofusoup 2025-08-28
Added Terraform plugin cache support to stir test runner
1 files · 5+

Stir plugin cache support

1 file changed
  • stir.py Added TF_PLUGIN_CACHE_DIR environment variable support to use local plugin cache if available
  • Added plugin cache directory detection in run_terraform_command, setting TF_PLUGIN_CACHE_DIR when ~/.terraform.d/plugin-cache exists to avoid re-downloading providers during stir test runs streamline internal
    1 file
    • stir.py