You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into this same issue and figured it would be pretty straight forward to support it as a configuration option.
I started on implementing it but i'm having a hard time figuring out the best way to implement a test that would be easy to maintain long term. Testing that the -plugin-dir option is actually working requires having pre-downloaded providers. I wrote a test that uses a fixture with a pre-downloaded provider but i don't think committing the actual provider binary to the repo is a viable solution.
Do you have any thoughts on how a test could be written for this @yorinasub17?
We do not have direct access to the internet to download the providers. Normally when we initialise Terraform we will use the following command:
terraform.exe init -plugin-dir=".\plugins"
Can we use TerraformOptions to specify a plugins directory that contains the required providers?
The text was updated successfully, but these errors were encountered: