From 6be26e50e0febe398c7f8f33570f7c4acc7f91a4 Mon Sep 17 00:00:00 2001 From: Roman Mingazeev Date: Fri, 13 Nov 2020 17:27:50 +0300 Subject: [PATCH] Update builder/yandex/config.go Co-authored-by: GennadySpb --- builder/yandex/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/yandex/config.go b/builder/yandex/config.go index ed6b337b6..22683bc35 100644 --- a/builder/yandex/config.go +++ b/builder/yandex/config.go @@ -44,7 +44,7 @@ type Config struct { DiskSizeGb int `mapstructure:"disk_size_gb" required:"false"` // Specify disk type for the launched instance. Defaults to `network-hdd`. DiskType string `mapstructure:"disk_type" required:"false"` - // Key/value pair labels to apply to the temporary disk. + // Key/value pair labels to apply to the disk. DiskLabels map[string]string `mapstructure:"disk_labels" required:"false"` // The description of the resulting image. ImageDescription string `mapstructure:"image_description" required:"false"`