Skip to content

Commit

Permalink
working-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasCardin committed Jul 4, 2024
1 parent 2106178 commit a27fa3c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,20 +31,25 @@ jobs:
- name: Terraform Format
id: fmt
run: terraform fmt
working-directory: terraform
continue-on-error: false

- name: Terraform Init
id: init
working-directory: terraform
run: terraform init

- name: Terraform Validate
id: validate
working-directory: terraform
run: terraform validate -no-color

- name: Terraform Plan
id: plan
working-directory: terraform
run: terraform plan -no-color
continue-on-error: false

- name: Terraform Apply
working-directory: terraform
run: terraform apply -auto-approve -input=false

0 comments on commit a27fa3c

Please sign in to comment.