diff --git a/website/source/docs/builders/yandex.html.md b/website/source/docs/builders/yandex.html.md new file mode 100644 index 000000000..b91882b0c --- /dev/null +++ b/website/source/docs/builders/yandex.html.md @@ -0,0 +1,53 @@ +--- +description: | + The yandex Packer builder is able to create images for use with + Yandex.Cloud based on existing images. +layout: docs +page_title: 'Yandex Compute - Builders' +sidebar_current: 'docs-builders-yandex' +--- + +# Yandex Compute Builder + +Type: `yandex` + +The `yandex` Packer builder is able to create +[images](https://cloud.yandex.com/docs/compute/concepts/images) for use with +[Yandex Compute Cloud](https://cloud.yandex.com/docs/compute/) +based on existing images. + +## Authentication + +FIXME + +## Basic Example + +FIXME + +``` json +{ + "builders": [ + FIXME + ] +} +``` + +## Configuration Reference + +Configuration options are organized below into two categories: required and +optional. Within each category, the available options are alphabetized and +described. + +In addition to the options listed here, a +[communicator](/docs/templates/communicator.html) can be configured for this +builder. + +### Required: + +FIXME + +### Optional: + +FIXME + + diff --git a/website/source/layouts/docs.erb b/website/source/layouts/docs.erb index 104c3645c..c14812be6 100644 --- a/website/source/layouts/docs.erb +++ b/website/source/layouts/docs.erb @@ -54,7 +54,7 @@ Builders + > + Yandex.Cloud + > Custom @@ -261,7 +264,7 @@ Post-Processors