Skip to content

Commit

Permalink
fix(runner): install terraform in binaries directory instead of tmp (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
LucasMrqes authored Mar 18, 2024
1 parent 9c55d90 commit 4372310
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions internal/runner/terraform/terraform.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,9 @@ func (t *Terraform) Install() error {
},
}
releases := releases.ExactVersion{
Product: product.Terraform,
Version: version,
Product: product.Terraform,
Version: version,
InstallDir: t.runnerBinaryPath,
}
execPath, err := i.Ensure(context.Background(), []src.Source{
&fs,
Expand Down

0 comments on commit 4372310

Please sign in to comment.