mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-20 17:00:34 +00:00
fix: fixed typo
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 178 KiB After Width: | Height: | Size: 131 B |
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user