chore: migrate from terraform to opentofu
This commit is contained in:
parent
d167a57dbf
commit
26f489ecc0
6 changed files with 36 additions and 30 deletions
2
.vscode/extensions.json
vendored
2
.vscode/extensions.json
vendored
|
@ -10,7 +10,7 @@
|
|||
"svelte.svelte-vscode",
|
||||
"redhat.vscode-xml",
|
||||
"github.vscode-github-actions",
|
||||
"4ops.terraform",
|
||||
"gamunu.opentofu",
|
||||
"foxundermoon.shell-format"
|
||||
]
|
||||
}
|
||||
|
|
4
.vscode/settings.json
vendored
4
.vscode/settings.json
vendored
|
@ -48,6 +48,7 @@
|
|||
"nojs",
|
||||
"noopener",
|
||||
"noto",
|
||||
"opentofu",
|
||||
"planetscale",
|
||||
"pnpm",
|
||||
"pocketbase",
|
||||
|
@ -115,5 +116,8 @@
|
|||
},
|
||||
"[ignore]": {
|
||||
"editor.defaultFormatter": "foxundermoon.shell-format"
|
||||
},
|
||||
"[terraform]": {
|
||||
"editor.defaultFormatter": "gamunu.opentofu"
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue