54 lines
946 B
Markdown
54 lines
946 B
Markdown
|
---
|
||
|
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
|
||
|
|
||
|
|