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 @@ ...@@ -20,10 +20,12 @@
"tflint": { "tflint": {
"type": "string", "type": "string",
"proposals": [ "proposals": [
"latest" "latest",
"0.47.0",
"0.46.1"
], ],
"default": "latest", "default": "0.46.1",
"description": "Tflint version" "description": "Tflint version (Default value temporarily pinned to version 0.46.1: https://github.com/devcontainers/features/issues/581)"
}, },
"terragrunt": { "terragrunt": {
"type": "string", "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