Skip to content

Commit

Permalink
clean stale .terraform dirs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattJsonar committed Jul 11, 2024
1 parent 86c7696 commit a10c174
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ jobs:
- name: Terraform validate
working-directory: ${{ matrix.directory }}
run: |
if [[ -d ".terraform" ]]; then echo "removing exisiting .terraform directory"; rm -rf .terraform; fi
terraform workspace new ${{ github.run_id }}
terraform init
terraform validate
Expand Down

0 comments on commit a10c174

Please sign in to comment.