Skip to content

Commit

Permalink
fix(path): updating terraform path
Browse files Browse the repository at this point in the history
  • Loading branch information
bassrock committed Aug 16, 2024
1 parent 0a7bbbf commit b7979c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/actions/raw-terraform/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ runs:
shell: bash
run: |
git clone --depth=1 https://github.com/tfutils/tfenv.git ~/.tfenv
echo "PATH=$HOME/.tfenv/bin:$PATH" >> $GITHUB_ENV
# Setup Terraform Comment
- uses: shmokmt/actions-setup-tfcmt@v2
Expand All @@ -46,9 +47,6 @@ runs:
restore-keys: |
${{ runner.os }}-tfenv-
# TODO: These need to request AWS credentials to run terraform
# It may be best to not do AWS credentials here and do it in the calling workflow.. TBD

- name: Copy Terraform Vars
shell: bash
run: |
Expand Down

0 comments on commit b7979c1

Please sign in to comment.