Unverified Commit d8ee2e8c authored by James Pogran's avatar James Pogran Committed by GitHub

Set HashiCorp Terraform Extension Defaults (#131)

* Set HashiCorp Terraform Extension Defaults

This updates the HashiCorp Extension settings to the updated naming convention.

The HashiCorp Extension [changed it's setting structure](https://github.com/hashicorp/vscode-terraform/blob/main/docs/settings-migration.md#settings-migration) for some settings in v2.24.0. Old settings are still honored for a period of time, but we should update this devcontainer with the correct names.

* Bump to version 1.0.5 for publish
parent 7e6dd4b0
{ {
"id": "terraform", "id": "terraform",
"version": "1.0.4", "version": "1.0.5",
"name": "Terraform, tflint, and TFGrunt", "name": "Terraform, tflint, and TFGrunt",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/terraform", "documentationURL": "https://github.com/devcontainers/features/tree/main/src/terraform",
"description": "Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies.", "description": "Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects latest version and installs needed dependencies.",
...@@ -41,12 +41,10 @@ ...@@ -41,12 +41,10 @@
"ms-azuretools.vscode-azureterraform" "ms-azuretools.vscode-azureterraform"
], ],
"settings": { "settings": {
"terraform.languageServer": { "terraform.languageServer.enable": true,
"enabled": true, "terraform.languageServer.args": [
"args": [ "serve"
"serve" ],
]
},
"azureTerraform.terminal": "integrated" "azureTerraform.terminal": "integrated"
} }
} }
......
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