update description

pull/10488/head
Roman Mingazeev 5 years ago
parent c0f7b2ef39
commit 0554c33951

@ -67,8 +67,9 @@ type Config struct {
// source_image_family must be specified.
SourceImageID string `mapstructure:"source_image_id" required:"false"`
// The extra size of the source disk in GB. This defaults to `0GB`.
// Requires `losetup` utility on the instance. Careful! Increases payment cost.
// See [perfomance](https://cloud.yandex.com/docs/compute/concepts/disk#performance).
// Requires `losetup` utility on the instance.
// > **Careful!** Increases payment cost.
// > See [perfomance](https://cloud.yandex.com/docs/compute/concepts/disk#performance).
SourceDiskExtraSize int `mapstructure:"source_disk_extra_size" required:"false"`
ctx interpolate.Context
}

@ -18,5 +18,6 @@
source_image_family must be specified.
- `source_disk_extra_size` (int) - The extra size of the source disk in GB. This defaults to `0GB`.
Requires `losetup` utility on the instance. Careful! Increases payment cost.
See [perfomance](https://cloud.yandex.com/docs/compute/concepts/disk#performance).
Requires `losetup` utility on the instance.
> **Careful!** Increases payment cost.
> See [perfomance](https://cloud.yandex.com/docs/compute/concepts/disk#performance).

Loading…
Cancel
Save