Skip to content

Commit 24821e6

Browse files
feat(tflint): Update terraform-linters/tflint-ruleset-aws to v0.38.0 (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 452dbe5 commit 24821e6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.trunk/configs/.tflint_ci.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugin "terraform" {
66

77
plugin "aws" {
88
enabled = true
9-
version = "0.33.0"
9+
version = "0.38.0"
1010
source = "github.com/terraform-linters/tflint-ruleset-aws"
1111

1212
# Deep check can be enabled in CI/CD pipelines, where AWS credentials are set

.trunk/configs/.tflint_trunk.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugin "terraform" {
66

77
plugin "aws" {
88
enabled = true
9-
version = "0.33.0"
9+
version = "0.38.0"
1010
source = "github.com/terraform-linters/tflint-ruleset-aws"
1111

1212
# Disabled for trunk because VSCode fails to prepare the workspace with AWS env vars enabled

0 commit comments

Comments
 (0)