Skip to content

Commit

Permalink
new Update
Browse files Browse the repository at this point in the history
  • Loading branch information
ibrahim-mohamed-zaghloul committed Jul 14, 2024
1 parent 3e082e3 commit c06ebfb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Terraform Plan
id: plan
run: terraform plan -no-color -input=false -out planfile
run: terraform plan
continue-on-error: true

- name: Terraform Plan Status
Expand All @@ -59,7 +59,7 @@ jobs:
- name: Terraform Apply
id: apply
if: github.ref == 'refs/heads/master' && github.event_name == 'push'
run: terraform apply -auto-approve -input=false -parallelism=1 planfile
run: terraform apply -auto-approve



Expand Down

0 comments on commit c06ebfb

Please sign in to comment.