Skip to content

Commit

Permalink
ci test updates and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
1nval1dctf committed Feb 17, 2024
1 parent 3178f4f commit daf13c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 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.77.0
rev: v1.86.1
hooks:
- id: terraform_fmt
- id: terraform_docs
Expand Down Expand Up @@ -41,7 +41,7 @@ repos:
- id: go-fmt
- id: go-mod-tidy
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.4.0
rev: v4.5.0
hooks:
- id: check-json
- id: check-yaml
Expand Down
3 changes: 1 addition & 2 deletions .tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,13 @@ config {
module = false
disabled_by_default = false
variables = [
"create_eks=true",
"create_cdn=true"
]
}

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

Expand Down

0 comments on commit daf13c2

Please sign in to comment.