Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.12 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.12 KB

The Yandex plugin is able to manage images for use with the Yandex Compute Cloud.

Installation

To install this plugin add this code into your Packer configuration and run packer init

packer {
  required_plugins {
    yandex = {
      version = "~> 1"
      source  = "github.com/hashicorp/yandex"
    }
  }
}

Alternatively, you can use packer plugins install to manage installation of this plugin.

packer plugins install github.com/hashicorp/yandex

Components

Builders

  • yandex - The builder is able to create images for use with Yandex Compute Cloud based on existing images.

Post-processors

  • yandex-export - The export post-processor exports the resultant image from a Yandex build as a qcow2 file to Yandex Object Storage.
  • yandex-import - The Import post-processor create new Compute Image from a qcow2 file.