Unverified Commit 9e7d6a35 authored by Brigit Murtaugh's avatar Brigit Murtaugh Committed by GitHub

Update Terraform Feature (#124)

* Update devcontainer-feature.json

* Update src/terraform/devcontainer-feature.json
Co-authored-by: 's avatarSamruddhi Khandale <skhandale@microsoft.com>

* Update version
Co-authored-by: 's avatarSamruddhi Khandale <skhandale@microsoft.com>
parent f8dba16f
{ {
"id": "terraform", "id": "terraform",
"version": "1.0.3", "version": "1.0.4",
"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.",
...@@ -43,7 +43,9 @@ ...@@ -43,7 +43,9 @@
"settings": { "settings": {
"terraform.languageServer": { "terraform.languageServer": {
"enabled": true, "enabled": true,
"args": [] "args": [
"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