From 0554c339519e3c9e25493e5f1bf6ff8ada2ba313 Mon Sep 17 00:00:00 2001 From: Roman Mingazeev Date: Fri, 15 Jan 2021 14:11:12 +0300 Subject: [PATCH] update description --- post-processor/yandex-export/post-processor.go | 5 +++-- .../post-processor/yandex-export/Config-not-required.mdx | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/post-processor/yandex-export/post-processor.go b/post-processor/yandex-export/post-processor.go index 8462a08e0..197adf3ef 100644 --- a/post-processor/yandex-export/post-processor.go +++ b/post-processor/yandex-export/post-processor.go @@ -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 } diff --git a/website/content/partials/post-processor/yandex-export/Config-not-required.mdx b/website/content/partials/post-processor/yandex-export/Config-not-required.mdx index 36bdfccad..58c765e8e 100644 --- a/website/content/partials/post-processor/yandex-export/Config-not-required.mdx +++ b/website/content/partials/post-processor/yandex-export/Config-not-required.mdx @@ -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).