terraform-exec
terraform-exec copied to clipboard
Add ability to cache binaries between e2etest run
Downloading binaries for every test run is slow.
The easiest method is probably allowing a hard coded install directory that it can look for prior to downloading.
We just download to the local e2e test directory and .gitignore it. Seems easiest to manage and least surprising.
Probably would also be nice to use a local provider binary mirror for speed as well.