Skip to content

Commit

Permalink
Remove terraform plan from iac lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromevdl authored Jan 2, 2024
1 parent 0a99e83 commit 6dd90d4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/pr_iac_lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ jobs:
terraform -version
terraform init -backend=false
terraform validate
echo terraform plan # We can't do this without a credentials source
- name: Setup Terraform lint
uses: terraform-linters/setup-tflint@a5a1af8c6551fb10c53f1cd4ba62359f1973746f # v3.1.1
- name: Run Terraform lint to check for best practices, errors, deprecated syntax etc.
Expand Down

0 comments on commit 6dd90d4

Please sign in to comment.