Skip to content

Commit

Permalink
Merge pull request #19 from sumanmanna134/phase2_aws
Browse files Browse the repository at this point in the history
modify workflow
  • Loading branch information
sumanmanna134 authored Sep 20, 2024
2 parents 0c582c6 + 932fca5 commit 096baf2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,5 +46,5 @@ jobs:
run: exit 1

- name: Terraform Apply
if: step.plan.outcome == 'success'
if: steps.plan.outcome == 'success'
run: terraform apply -auto-approve -input=false

0 comments on commit 096baf2

Please sign in to comment.