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

Commit

Permalink
chore: upgrade terraform precommit versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Smana committed Sep 2, 2023
1 parent 36e5e33 commit 28526db
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .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.git
rev: v1.79.1
rev: v1.83.0
hooks:
- id: terraform_fmt
- id: terraform_validate
Expand Down
2 changes: 1 addition & 1 deletion .tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ config {
}
plugin "aws" {
enabled = true
version = "0.17.1"
version = "0.26.0"
source = "github.com/terraform-linters/tflint-ruleset-aws"
}

0 comments on commit 28526db

Please sign in to comment.