Versions in this module Expand all Collapse all v0 v0.2.2 Aug 1, 2013 v0.2.1 Jul 26, 2013 Changes in this version + const BuilderId + type Builder struct + func (b *Builder) Cancel() + func (b *Builder) Prepare(raws ...interface{}) error + func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packer.Artifact, error) + type Config struct + AMIName string + AccountId string + BundleDestination string + BundlePrefix string + BundleUploadCommand string + BundleVolCommand string + S3Bucket string + X509CertPath string + X509KeyPath string + X509UploadPath string + type StepBundleVolume struct + func (s *StepBundleVolume) Cleanup(map[string]interface{}) + func (s *StepBundleVolume) Run(state map[string]interface{}) multistep.StepAction + type StepRegisterAMI struct + func (s *StepRegisterAMI) Cleanup(map[string]interface{}) + func (s *StepRegisterAMI) Run(state map[string]interface{}) multistep.StepAction + type StepUploadBundle struct + func (s *StepUploadBundle) Cleanup(state map[string]interface{}) + func (s *StepUploadBundle) Run(state map[string]interface{}) multistep.StepAction + type StepUploadX509Cert struct + func (s *StepUploadX509Cert) Cleanup(map[string]interface{}) + func (s *StepUploadX509Cert) Run(state map[string]interface{}) multistep.StepAction