Skip to content

Commit

Permalink
Update terraform_apply.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 24, 2024
1 parent 1b96a7e commit db811cf
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/terraform_apply.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
with:
node-version: 16

- name: blow up .terraform
run: rm -rf ${{ github.workspace }}/.terraform || echo "nope"

- name: Setup AWS Credentials
id: aws_credentials
run: |
Expand All @@ -47,7 +50,7 @@ jobs:

- name: Terraform Plan
id: plan
run: /opt/tfenv/bin/terraform validate
run: /opt/tfenv/bin/terraform plan

# - name: Terraform Apply
# id: plan
Expand Down

0 comments on commit db811cf

Please sign in to comment.