We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c67da0 commit 13521bcCopy full SHA for 13521bc
src/terraform/README.md
@@ -28,9 +28,6 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la
28
### VS Code Extensions
29
30
- `HashiCorp.terraform`
31
-- `ms-azuretools.vscode-azureterraform`
32
-
33
34
35
## Licensing
36
src/terraform/devcontainer-feature.json
@@ -59,15 +59,13 @@
59
"customizations": {
60
"vscode": {
61
"extensions": [
62
- "HashiCorp.terraform",
63
- "ms-azuretools.vscode-azureterraform"
+ "HashiCorp.terraform"
64
],
65
"settings": {
66
"terraform.languageServer.enable": true,
67
"terraform.languageServer.args": [
68
"serve"
69
- ],
70
- "azureTerraform.terminal": "integrated"
+ ]
71
}
72
73
},
0 commit comments