Update builder/yandex/config.go

Co-authored-by: GennadySpb <lipenkov@gmail.com>
This commit is contained in:
Roman Mingazeev 2020-11-13 17:27:50 +03:00 committed by GitHub
parent 14abb8ce2b
commit 6be26e50e0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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"`