Skip to content

Commit 03e5a14

Browse files
authored
feat: add vs code extensions terraform and opentofu (#4)
1 parent 7bf44b3 commit 03e5a14

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/tofu/devcontainer-feature.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"id": "tofu",
33
"name": "Setup OpenTofu",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"description": "Download, install, and setup specific version of OpenTofu in your Dev Container.",
66
"documentationURL": "https://github.com/alertbox/feature-setup-opentofu/tree/main/src/tofu",
77
"options": {
@@ -17,7 +17,9 @@
1717
"customizations": {
1818
"vscode": {
1919
"extensions": [
20-
"4ops.terraform"
20+
"ms-azuretools.vscode-azureterraform",
21+
"hashicorp.terraform",
22+
"opentofu.vscode-opentofu"
2123
],
2224
"settings": {
2325
"github.copilot.chat.codeGeneration.instructions": [

0 commit comments

Comments
 (0)