Versions in this module Expand all Collapse all v0 v0.12.3 Mar 2, 2017 v0.12.2 Jan 20, 2017 v0.12.1 Dec 15, 2016 Changes in this version type Config + Retries int v0.12.0 Nov 15, 2016 Changes in this version + const BuilderId + type Artifact struct + func (*Artifact) BuilderId() string + func (*Artifact) Id() string + func (a *Artifact) Destroy() error + func (a *Artifact) Files() []string + func (a *Artifact) State(name string) interface{} + func (a *Artifact) String() string + type Builder struct + func (b *Builder) Cancel() + func (b *Builder) Prepare(raws ...interface{}) ([]string, error) + func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packer.Artifact, error) + type Config struct + Comm communicator.Config + CommConfig communicator.Config + Cores int + DiskSize int + DiskType string + Image string + PBPassword string + PBUrl string + PBUsername string + Ram int + Region string + SSHKey string + SSHKey_path string + SnapshotName string + SnapshotPassword string + Timeout int + func NewConfig(raws ...interface{}) (*Config, []string, error) + type Message struct + ErrorCode string + Message string + type RestError struct + HttpStatus int + Messages []Message + type StepCreateSSHKey struct + Debug bool + DebugKeyPath string + func (s *StepCreateSSHKey) Cleanup(state multistep.StateBag) + func (s *StepCreateSSHKey) Run(state multistep.StateBag) multistep.StepAction Other modules containing this package gopkg.in/mitchellh/packer.v1