Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
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
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
terraform: [ 1.5.6, ~ 1.8 ]
terraform: [ 1.5.6, latest ]
steps:
- uses: actions/checkout@v4

Expand Down
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
Loading