Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.21 KB

File metadata and controls

63 lines (41 loc) · 1.21 KB
Error in user YAML: (<unknown>): could not find expected ':' while scanning a simple key at line 2 column 1
---
description: >
The qemu Packer builder is used to create endless Packer plugins using
a consistent plugin structure.
page_title: qemu - Builders
nav_title: qemu
---

qemu

Type: qemu

The qemu builder is used to create endless Packer plugins using a consistent plugin structure.

Required

  • mock (string) - The name of the mock to use for the qemu API.

Optional

Example Usage

 source "qemu" "example" {
   mock = "bird"
 }

 build {
   sources = ["source.qemu.example"]
 }