Documentation ¶
Index ¶
Constants ¶
View Source
const BuilderID = "packer.post-processor.template"
BuilderId is the name of this post-processor in the logs
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct { common.PackerConfig `mapstructure:",squash"` TemplateFile string `mapstructure:"template_file"` OutputFile string `mapstructure:"output_file"` // contains filtered or unexported fields }
Config options
type OutputFileTemplate ¶
OutputFileTemplate is for use within the templates
type PostProcessor ¶
type PostProcessor struct {
// contains filtered or unexported fields
}
PostProcessor master
func (*PostProcessor) Configure ¶
func (p *PostProcessor) Configure(raws ...interface{}) error
Configure sets up the config options to be used later
Click to show internal directories.
Click to hide internal directories.