Skip to content

Commit

Permalink
test on github
Browse files Browse the repository at this point in the history
  • Loading branch information
proquickly committed Nov 6, 2024
1 parent dd134fc commit f65cbd0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ jobs:
run: terraform plan -out=tfplan
working-directory: terraform

- name: Apply Terraform
run: terraform apply -auto-approve tfplan
working-directory: terraform

- name: Upload plan file
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f65cbd0

Please sign in to comment.