Skip to content

Commit

Permalink
chore: updated tooling dependencies
Browse files Browse the repository at this point in the history
also removed stale terraform tests
  • Loading branch information
moritzzimmer committed Jan 8, 2025
1 parent aa1bbc5 commit c048bd6
Show file tree
Hide file tree
Showing 7 changed files with 3 additions and 1,351 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/antonbabenko/pre-commit-terraform
rev: v1.90.0
rev: v1.96.3
hooks:
- id: terraform_fmt
- id: terraform_validate
Expand All @@ -15,7 +15,7 @@ repos:
args:
- '--args=--lockfile=false'
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-merge-conflict
- id: trailing-whitespace
2 changes: 1 addition & 1 deletion .tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ config {

plugin "aws" {
enabled = true
version = "0.31.0"
version = "0.37.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}

Expand Down
5 changes: 0 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,6 @@ providers: ## Upgrades all providers and platform independent dependency locks (
terraform -chdir=$$s providers lock -platform=darwin_amd64 -platform=linux_amd64 ;\
done

.PHONY: test
test: ## Runs all terratests
@echo "+ $@"
@cd test && go test -v -count=1 -timeout 30m

.PHONY: bump-version
BUMP ?= patch
bump-version: ## Bumps the version of this module. Set BUMP to [ patch | major | minor ].
Expand Down
73 changes: 0 additions & 73 deletions test/event_source_mapping_test.go

This file was deleted.

111 changes: 0 additions & 111 deletions test/go.mod

This file was deleted.

Loading

0 comments on commit c048bd6

Please sign in to comment.