Skip to content

Commit

Permalink
Remove azure terraform extension (#1267)
Browse files Browse the repository at this point in the history
* Remove azure terraform extension

* Update README.md
  • Loading branch information
williamoconnorme authored Feb 27, 2025
1 parent 5c67da0 commit 13521bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions src/terraform/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ Installs the Terraform CLI and optionally TFLint and Terragrunt. Auto-detects la
### VS Code Extensions

- `HashiCorp.terraform`
- `ms-azuretools.vscode-azureterraform`



## Licensing

Expand Down
6 changes: 2 additions & 4 deletions src/terraform/devcontainer-feature.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,15 +59,13 @@
"customizations": {
"vscode": {
"extensions": [
"HashiCorp.terraform",
"ms-azuretools.vscode-azureterraform"
"HashiCorp.terraform"
],
"settings": {
"terraform.languageServer.enable": true,
"terraform.languageServer.args": [
"serve"
],
"azureTerraform.terminal": "integrated"
]
}
}
},
Expand Down

0 comments on commit 13521bc

Please sign in to comment.