Skip to content

Commit

Permalink
fix: Missing init
Browse files Browse the repository at this point in the history
  • Loading branch information
ciro-mota committed Nov 17, 2023
1 parent 7382efe commit 6fbb047
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/check-terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
with:
terraform_version: "1.6.2"

- name: Initialize Terraform
run: terraform init

- name: Validate Terraform configuration
run: terraform validate

Expand Down

0 comments on commit 6fbb047

Please sign in to comment.