Skip to content

Commit

Permalink
Add init to validate CI step
Browse files Browse the repository at this point in the history
  • Loading branch information
ahinh43 committed Aug 24, 2022
1 parent 6450e1f commit ed06314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tf-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ jobs:

- name: Validate Terraform code
shell: bash --noprofile --norc -exo pipefail {0}
run: terraform validate
run: terraform init && terraform validate

0 comments on commit ed06314

Please sign in to comment.