fix: fixed typo

This commit is contained in:
ITQ
2025-12-26 14:35:10 +03:00
parent 3181e9d8cc
commit cf405d2210
2 changed files with 1 additions and 2 deletions
+1 -2
View File
@@ -28,8 +28,7 @@ resource "yandex_compute_instance_group" "k8s_master" {
boot_disk {
initialize_params {
# image_id = data.yandex_compute_image.ubuntu_2404.id
image_id = "f2enm07snmcg7jhhcgst"
image_id = data.yandex_compute_image.ubuntu_2404.id
description = "Boot disk"
size = 10
type = "network-hdd"