Skip to content

Commit 0b51700

Browse files
committed
terraform: Pin TFLint version in tflint_fallback_test
1 parent 2717d6f commit 0b51700

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/terraform/scenarios.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"installSentinel": true
1515
}
1616
}
17-
},
17+
},
1818
"install_in_ubuntu_noble": {
1919
"image": "mcr.microsoft.com/devcontainers/base:noble",
2020
"features": {
@@ -91,7 +91,7 @@
9191
"image": "mcr.microsoft.com/devcontainers/base:jammy",
9292
"features": {
9393
"terraform": {
94-
"tflint": "latest"
94+
"tflint": "0.50.0"
9595
}
9696
}
9797
},
@@ -122,4 +122,4 @@
122122
}
123123
}
124124
}
125-
}
125+
}

0 commit comments

Comments
 (0)