Skip to content

Commit

Permalink
Fix Terraform Plan
Browse files Browse the repository at this point in the history
  • Loading branch information
h2ouw8n4 committed Nov 6, 2023
1 parent ba6e82a commit 3a52973
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-all.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Terraform Init
run: terraform init
- name: Terraform Plan
run: terraform plan
run: terraform plan -input=false
- name: Terraform Apply
run: terraform apply -auto-approve

0 comments on commit 3a52973

Please sign in to comment.