Unverified Commit ee9f0bfb authored by Josh Spicer's avatar Josh Spicer Committed by GitHub

Temporaily pin TFLint to 0.46.1 (#583)

temporaily pin TFLint to 0.46.1

https://github.com/devcontainers/features/issues/581
parent 367308c7
......@@ -20,10 +20,12 @@
"tflint": {
"type": "string",
"proposals": [
"latest"
"latest",
"0.47.0",
"0.46.1"
],
"default": "latest",
"description": "Tflint version"
"default": "0.46.1",
"description": "Tflint version (Default value temporarily pinned to version 0.46.1: https://github.com/devcontainers/features/issues/581)"
},
"terragrunt": {
"type": "string",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment