Skip to content

Commit

Permalink
chore(): changed the execution order, init before validate
Browse files Browse the repository at this point in the history
  • Loading branch information
Arielpetit committed Nov 22, 2024
1 parent 52d4324 commit be6cbb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,12 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: eu-central-1

- name: Terraform Validate
run: cd terraform && terraform validate

- name: Terraform Init
run: cd terraform && terraform init

- name: Terraform Validate
run: cd terraform && terraform validate

- name: Terraform Plan
run: terraform plan -out=plan.tfplan

Expand Down

0 comments on commit be6cbb1

Please sign in to comment.