Skip to content

Commit

Permalink
validate after init
Browse files Browse the repository at this point in the history
  • Loading branch information
beggers committed Mar 4, 2024
1 parent 860bed2 commit 14d002e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ jobs:
- name: Set up Terraform
uses: hashicorp/setup-terraform@v3.0.0

- name: Validate Terraform
- name: Initialize Terraform
run: |
cd terraform
terraform validate
terraform init
- name: Initialize Terraform
- name: Validate Terraform
run: |
cd terraform
terraform init
terraform validate
- name: "Configure AWS Credentials"
uses: aws-actions/configure-aws-credentials@v4.0.2
Expand Down

0 comments on commit 14d002e

Please sign in to comment.