Skip to content

Commit

Permalink
Add terraform apply step
Browse files Browse the repository at this point in the history
  • Loading branch information
katyabilokur committed Aug 20, 2024
1 parent 9f37570 commit aafdf31
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/infrastructure.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
- name: Terraform validate
run: terraform validate
- name: Terraform plan
run: terraform plan
run: terraform plan -out default.tfplan
continue-on-error: false
- name: Terraform apply
run: terraform apply default.tfplan

0 comments on commit aafdf31

Please sign in to comment.