Skip to content

Commit

Permalink
Update terraform.yml
Browse files Browse the repository at this point in the history
Disable format tf in tf workflow
  • Loading branch information
kerentraht authored Jan 10, 2024
1 parent 550a336 commit adf0bda
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ jobs:
- name: Initialize Terraform
run: terraform init

- name: Format Terraform configuration
run: terraform fmt -diff -check -no-color -recursive
# - name: Format Terraform configuration
# run: terraform fmt -diff -check -no-color -recursive

- name: Validate Terraform configuration
run: terraform validate

- name: Lint Terraform configuration
run: curl -sSfL https://raw.githubusercontent.com/terraform-linters/tflint/master/install_linux.sh | sh
tflint
tflint

0 comments on commit adf0bda

Please sign in to comment.