Skip to content

Files

Latest commit

5927a29 · Aug 13, 2024

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Aug 13, 2024
Aug 22, 2023

README.md

The Qemu Packer Plugin comes with a single builder able to create KVM virtual machine images.

Installation

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

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

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

packer plugins install github.com/hashicorp/qemu

Components

Builders

  • qemu - The QEMU builder is able to create KVM virtual machine images.