test: 🚦 Added some of my own tweaks to build knowledge

This commit is contained in:
2025-11-08 10:55:22 +00:00
parent 6c6eb8e161
commit 56ea4c6178
8 changed files with 36 additions and 32 deletions
+2 -2
View File
@@ -59,9 +59,9 @@ resource "azurerm_linux_virtual_machine" "vm" {
storage_account_type = "Standard_LRS"
}
source_image_reference {
offer = "ubuntu-24_04-lts"
publisher = "Canonical"
offer = "0001-com-ubuntu-server-jammy"
sku = "22_04-lts-gen2"
sku = "server"
version = "latest"
}
}