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
Binary file not shown.

Before

Width:  |  Height:  |  Size: 178 KiB

After

Width:  |  Height:  |  Size: 131 B

+1 -2
View File
@@ -28,8 +28,7 @@ resource "yandex_compute_instance_group" "k8s_master" {
boot_disk { boot_disk {
initialize_params { initialize_params {
# image_id = data.yandex_compute_image.ubuntu_2404.id image_id = data.yandex_compute_image.ubuntu_2404.id
image_id = "f2enm07snmcg7jhhcgst"
description = "Boot disk" description = "Boot disk"
size = 10 size = 10
type = "network-hdd" type = "network-hdd"