Skip to content

Commit

Permalink
Merge branch 'main' of github.e.it.census.gov:CSVD/automation-repos
Browse files Browse the repository at this point in the history
  • Loading branch information
arnol377 committed Sep 24, 2024
2 parents ee9eecf + db811cf commit f33c77e
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 f33c77e

Please sign in to comment.