Skip to content
This repository has been archived by the owner on Feb 14, 2024. It is now read-only.

Add ALB test coverage and refactor skeleton #275

Merged
merged 6 commits into from
Jan 17, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix endline
  • Loading branch information
pimielowski committed Jan 17, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 1af27950b8c9bfe451ac8fa601147b59d2cfe825
1 change: 0 additions & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
@@ -38,4 +38,3 @@ echo "Also, the newest release: $(curl -s https://api.github.com/repos/tfsec/tfs
echo "Also, the newest release: $(curl -s https://api.github.com/repos/terraform-linters/tflint/releases/latest | grep -o -E "https://.+?_linux_amd64.zip")"

python3 -m pip install -r requirements.txt

1 change: 0 additions & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
@@ -7,4 +7,3 @@ set -euo pipefail
pre-commit run --all-files terraform_fmt
pre-commit run --all-files terraform_docs
pre-commit run --all-files terraform_tflint