Skip to content

Latest commit

 

History

History
63 lines (41 loc) · 1.28 KB

builder-name.mdx

File metadata and controls

63 lines (41 loc) · 1.28 KB
description page_title nav_title
The scaffolding builder is used to create endless Packer plugins using a consistent plugin structure.
Scaffolding - Builders
Scaffolding

Scaffolding

Type: scaffolding

The scaffolding 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 Scaffolding API.

Optional

  • mock_api_url (string) - The Scaffolding API endpoint to connect to. Defaults to https://example.com

Example Usage

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

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