Skip to content

Commit

Permalink
apply the plan
Browse files Browse the repository at this point in the history
  • Loading branch information
tjcorr authored Oct 7, 2021
1 parent 0d3956a commit 6e8593b
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 @@ -85,7 +85,7 @@ jobs:
repo: context.repo.repo,
body: output
})
terraform-apply:
name: 'Terraform Apply'
if: github.ref == 'refs/heads/main'
Expand Down Expand Up @@ -115,5 +115,5 @@ jobs:

# Terraform Apply
- name: Terraform Apply
run: terraform apply
run: terraform apply -auto-approve tfplan

0 comments on commit 6e8593b

Please sign in to comment.