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
---
Type: qemu
The qemu builder is used to create endless Packer plugins using a consistent plugin structure.
mock
(string) - The name of the mock to use for the qemu API.
mock_api_url
(string) - The qemu API endpoint to connect to. Defaults to https://example.com
source "qemu" "example" {
mock = "bird"
}
build {
sources = ["source.qemu.example"]
}