mirror of
https://github.com/devitq/yandexcloud-k3s.git
synced 2026-09-20 21:40: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 {
|
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"
|
||||||
|
|||||||
Reference in New Issue
Block a user