Skip to content

Commit

Permalink
fix(ci): fix terraform format step
Browse files Browse the repository at this point in the history
  • Loading branch information
Vincent Dupain committed Nov 9, 2024
1 parent a939ccb commit a06fce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: terraform init

- name: Terraform Format
run: terraform fmt -check -diff -recursive -var-file=github-actions.tfvars
run: terraform fmt -check -diff -recursive

- name: Terraform Validate
run: terraform validate -var-file=github-actions.tfvars
Expand Down

0 comments on commit a06fce2

Please sign in to comment.