Skip to content

Commit

Permalink
hotfix: Resolve terraform init
Browse files Browse the repository at this point in the history
  • Loading branch information
djnovin committed Jan 13, 2025
1 parent e18653a commit ef2b7df
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
run: terraform fmt -check
continue-on-error: true

- name: Terraform Validate
run: terraform validate

- name: Initialize Terraform
run: terraform init

- name: Terraform Validate
run: terraform validate

- name: Terraform Plan
id: plan
run: terraform plan -no-color -out=tfplan
Expand Down

0 comments on commit ef2b7df

Please sign in to comment.