diff options
Diffstat (limited to 'collection/terraform/feature.json')
-rw-r--r-- | collection/terraform/feature.json | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/collection/terraform/feature.json b/collection/terraform/feature.json deleted file mode 100644 index 02670a5..0000000 --- a/collection/terraform/feature.json +++ /dev/null @@ -1,39 +0,0 @@ -{ - "id": "terraform", - "name": "Terraform, tflint, and TFGrunt", - "options": { - "version": { - "type": "string", - "proposals": ["latest", "1.1", "1.0", "0.15"], - "default": "latest", - "description": "Terraform version" - }, - "tflint": { - "type": "string", - "proposals": ["latest"], - "default": "latest", - "description": "Tflint version" - }, - "terragrunt": { - "type": "string", - "proposals": ["latest"], - "default": "latest", - "description": "Terragrunt version" - } - }, - "extensions": [ - "HashiCorp.terraform", - "ms-azuretools.vscode-azureterraform" - ], - "settings": { - "terraform.languageServer": { - "enabled": true, - "args": [] - }, - "azureTerraform.terminal": "integrated", - "install": { - "app": "", - "file": "install.sh" - } - } -}
\ No newline at end of file |