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