Skip to content

Commit

Permalink
RAQ-20250224 : From inf-base : Terraform upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Quadling authored and Richard Quadling committed Feb 24, 2025
1 parent b3cc32d commit 3828ffe
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.96.1
rev: v1.97.3
hooks:
- id: terraform_tflint
- id: terraform_fmt
Expand All @@ -18,7 +18,7 @@ repos:
- --hook-config=--create-file-if-not-exist=true
- --hook-config=--use-standard-markers=true
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-executables-have-shebangs
Expand Down
2 changes: 1 addition & 1 deletion .terraform-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.9.8
1.10.5
4 changes: 2 additions & 2 deletions .tflint.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ config {
}

tflint {
required_version = ">= 0.53"
required_version = ">= 0.55.1"
}

# Only the AWS plugin is enabled. The Google and Azure plugins are not enabled as we have no current use for them.
plugin "aws" {
enabled = true
source = "github.com/terraform-linters/tflint-ruleset-aws"
version = "0.34.0"
version = "0.37.0"
deep_check = true
}

Expand Down

0 comments on commit 3828ffe

Please sign in to comment.