Skip to content

Commit

Permalink
feature #1 - Remove check in terraform apply
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugeniosales committed Oct 15, 2022
1 parent 668e164 commit b8a20e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,5 @@ jobs:
run: terraform plan -input=false

- name: Terraform Apply
if: github.ref == 'refs/heads/"main"' && github.event_name == 'push'
working-directory: ./terraform
run: terraform apply -auto-approve -input=false

0 comments on commit b8a20e1

Please sign in to comment.