Versions in this module Expand all Collapse all v1 v1.3.2 Oct 29, 2018 Changes in this version + const BuilderId + var StartupScript string = ... + type Artifact struct + func (*Artifact) BuilderId() string + func (*Artifact) Id() string + func (*Artifact) State(name string) interface{} + func (a *Artifact) Destroy() error + func (a *Artifact) Files() []string + func (a *Artifact) String() string + type Config struct + KeepOriginalImage bool + Paths []string + type PostProcessor struct + func (p *PostProcessor) Configure(raws ...interface{}) error + func (p *PostProcessor) PostProcess(ui packer.Ui, artifact packer.Artifact) (packer.Artifact, bool, error)