From 3a277ad757dbc51a43a5dd452d030c67a49d49f1 Mon Sep 17 00:00:00 2001 From: Josh Spicer Date: Thu, 12 May 2022 16:10:51 -0400 Subject: restructure and update cli (#11) * restructure and update cli * typo --- collection/terraform/feature.json | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 collection/terraform/feature.json (limited to 'collection/terraform/feature.json') 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 -- cgit v1.2.3