description | page_title | nav_title |
---|---|---|
The scaffolding builder is used to create endless Packer plugins using a consistent plugin structure.
|
Scaffolding - Builders |
Scaffolding |
Type: scaffolding
The scaffolding builder is used to create endless Packer plugins using a consistent plugin structure.
mock
(string) - The name of the mock to use for the Scaffolding API.
mock_api_url
(string) - The Scaffolding API endpoint to connect to. Defaults to https://example.com
source "scaffolding" "example" {
mock = "bird"
}
build {
sources = ["source.scaffolding.example"]
}