mirror of https://github.com/hashicorp/packer
Squashed commit of the following:
commit adff177ad2e3fc9d73bcf9703c7443ae33922dca
Author: Yandex.Cloud Bot <ycloud-bot@yandex.ru>
Date: Tue Mar 26 20:52:08 2019 +0000
sync upstream
pull/7484/head
parent
9f3884814c
commit
d816bb1700
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in new issue