description | page_title | nav_title |
---|---|---|
The scaffolding post-processor is used to export Packer Scaffolding builds.
|
Scaffolding - Post-Processors |
Scaffolding |
Type: scaffolding
The scaffolding post-processor is used to export Packer Scaffolding builds.
mock
(string) - The output path where to save exported build to.
source "scaffolding" "example" {
mock = "jay"
}
build {
sources = ["source.scaffolding.example"]
post-processor "scaffolding" {
mock = "builds/scaffolding.box"
}
}