Skip to content

Commit

Permalink
Update action.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
robinmanuelthiel authored Oct 24, 2022
1 parent dc2a925 commit 1810fb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ runs:
run: |
if [[ "${{ inputs.apply }}" == "true" ]]; then
echo "Running terraform apply..."
terraform plan
terraform apply -auto-approve
elif [[ "${{ inputs.destroy }}" == "true" ]]; then
echo "Running terraform destroy..."
terraform destroy -auto-approve
Expand Down

0 comments on commit 1810fb7

Please sign in to comment.