Update builder/yandex/config.go
Co-authored-by: GennadySpb <lipenkov@gmail.com>
This commit is contained in:
parent
14abb8ce2b
commit
6be26e50e0
|
@ -44,7 +44,7 @@ type Config struct {
|
||||||
DiskSizeGb int `mapstructure:"disk_size_gb" required:"false"`
|
DiskSizeGb int `mapstructure:"disk_size_gb" required:"false"`
|
||||||
// Specify disk type for the launched instance. Defaults to `network-hdd`.
|
// Specify disk type for the launched instance. Defaults to `network-hdd`.
|
||||||
DiskType string `mapstructure:"disk_type" required:"false"`
|
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"`
|
DiskLabels map[string]string `mapstructure:"disk_labels" required:"false"`
|
||||||
// The description of the resulting image.
|
// The description of the resulting image.
|
||||||
ImageDescription string `mapstructure:"image_description" required:"false"`
|
ImageDescription string `mapstructure:"image_description" required:"false"`
|
||||||
|
|
Loading…
Reference in New Issue