Skip to content

Commit

Permalink
Test bin path
Browse files Browse the repository at this point in the history
  • Loading branch information
anacalva committed Mar 21, 2024
1 parent 35aba2e commit d501f60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/vm-creation-terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ jobs:
shell: bash
run: |
echo $PATH
ls -la /home/runner
ls -la /home/runner/_work/_tool/
ls -la /home/runner/bin
Expand Down
2 changes: 1 addition & 1 deletion tests/terraform_apply.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ def main():

# Initialize the Terraform working directory
global tf
tf = python_terraform.Terraform(working_dir='.', variables=tfvars)
tf = python_terraform.Terraform(working_dir='.', variables=tfvars, terraform_bin_path='/home/runner/bin')
tf.init()

# Run terraform Apply and Terraform Destroy
Expand Down

0 comments on commit d501f60

Please sign in to comment.