* personal

* update ubuntu image

* revert changes

* update ubuntu version

* update version

* update offer

* update sku

* change offer

---------

Co-authored-by: Wojciech <57405495+thewbuk@users.noreply.github.com>
This commit is contained in:
wojciechcloudkubed 2024-04-02 09:23:37 +01:00 коммит произвёл tim-allen-ck
Родитель 49813bf08b
Коммит 8cecc55e38
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -113,7 +113,7 @@ resource "azurerm_linux_virtual_machine" "nexus" {
source_image_reference {
publisher = "Canonical"
offer = "0001-com-ubuntu-server-jammy"
sku = "22_04-lts-gen2"
sku = "22_04-lts"
version = "latest"
}