Reengineered app. Added region selection.

This commit is contained in:
2025-08-18 23:10:01 +02:00
parent 2f465a8217
commit 4b86f2bd57
6 changed files with 165 additions and 33 deletions

17
app/templates.json Normal file
View File

@@ -0,0 +1,17 @@
[
{
"label": "Terraform VM image reference",
"language": "hcl",
"file": "azurerm_hcl.tpl"
},
{
"label": "Azure CLI",
"language": "shell",
"file": "shell.tpl"
},
{
"label": "Azure Resource Manager Template",
"language": "json",
"file": "arm_vm.jsonc"
}
]