We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f062ae6 commit 081802dCopy full SHA for 081802d
README.md
@@ -9,8 +9,8 @@ This ruleset focus on possible errors and best practices about Terraform Languag
9
10
## Requirements
11
12
-- TFLint v0.42+
13
-- Go v1.24
+- TFLint v0.46+
+- Go v1.25
14
15
## Installation
16
go.mod
@@ -1,6 +1,6 @@
1
module github.com/terraform-linters/tflint-ruleset-terraform
2
3
-go 1.24.5
+go 1.25.3
4
5
require (
6
github.com/Masterminds/semver/v3 v3.4.0
0 commit comments