1
0
Fork 0

switch to ubuntu 24.04

This commit is contained in:
Von Random 2026-03-11 04:13:24 +02:00
parent e142c0891d
commit 5c6d2a42ff
2 changed files with 4 additions and 4 deletions

View file

@ -17,8 +17,8 @@ resource "yandex_compute_instance" "vm" {
platform_id = "standard-v1" platform_id = "standard-v1"
boot_disk { boot_disk {
initialize_params { initialize_params {
image_id = "fd87j6d92jlrbjqbl32q" # ubuntu 22.04 image_id = "fd83ica41cade1mj35sr" # ubuntu 24.04
size = 8 size = 10
} }
} }

View file

@ -17,8 +17,8 @@ resource "yandex_compute_instance" "vm" {
platform_id = "standard-v1" platform_id = "standard-v1"
boot_disk { boot_disk {
initialize_params { initialize_params {
image_id = "fd87j6d92jlrbjqbl32q" # ubuntu 22.04 image_id = "fd83ica41cade1mj35sr" # ubuntu 24.04
size = 8 size = 10
} }
} }