Skip to content

Commit

Permalink
trying cleanup steps
Browse files Browse the repository at this point in the history
  • Loading branch information
proquickly committed Dec 8, 2024
1 parent 4bf25ce commit 02a8ba1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ jobs:
- name: Terraform Init
run: |
terraform init
working-directory: ../../../terraform # Specify the directory containing your Terraform files
working-directory: terraform # Specify the directory containing your Terraform files

- name: Terraform Plan
run: |
terraform plan
working-directory: ../../../terraform
working-directory: terraform

- name: Terraform Apply
if: github.ref == 'refs/heads/main'
run: |
terraform apply -auto-approve
working-directory: ../../../terraform
working-directory: terraform

0 comments on commit 02a8ba1

Please sign in to comment.