Commit 6b1d7f97 authored by Josh Spicer's avatar Josh Spicer Committed by GitHub

fix terraform feature and new cli

parent 1620def8
......@@ -4,19 +4,28 @@
"options": {
"version": {
"type": "string",
"proposals": ["latest", "1.1", "1.0", "0.15"],
"proposals": [
"latest",
"1.1",
"1.0",
"0.15"
],
"default": "latest",
"description": "Terraform version"
},
"tflint": {
"type": "string",
"proposals": ["latest"],
"proposals": [
"latest"
],
"default": "latest",
"description": "Tflint version"
},
"terragrunt": {
"type": "string",
"proposals": ["latest"],
"proposals": [
"latest"
],
"default": "latest",
"description": "Terragrunt version"
}
......@@ -31,9 +40,9 @@
"args": []
},
"azureTerraform.terminal": "integrated",
"install": {
"app": "",
"file": "install.sh"
}
},
"install": {
"app": "",
"file": "install.sh"
}
}
\ No newline at end of file
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