|
|
|
@ -66,7 +66,7 @@ type Config struct {
|
|
|
|
DiskSize uint `mapstructure:"disk_size" required:"false"`
|
|
|
|
DiskSize uint `mapstructure:"disk_size" required:"false"`
|
|
|
|
// The block size of the VHD to be created.
|
|
|
|
// The block size of the VHD to be created.
|
|
|
|
// Recommended disk block size for Linux hyper-v guests is 1 MiB. This
|
|
|
|
// Recommended disk block size for Linux hyper-v guests is 1 MiB. This
|
|
|
|
// defaults to "32 MiB".
|
|
|
|
// defaults to "32" MiB.
|
|
|
|
DiskBlockSize uint `mapstructure:"disk_block_size" required:"false"`
|
|
|
|
DiskBlockSize uint `mapstructure:"disk_block_size" required:"false"`
|
|
|
|
// The amount, in megabytes, of RAM to assign to the
|
|
|
|
// The amount, in megabytes, of RAM to assign to the
|
|
|
|
// VM. By default, this is 1 GB.
|
|
|
|
// VM. By default, this is 1 GB.
|
|
|
|
|