Versions in this module Expand all Collapse all v1 v1.3.2 Oct 29, 2018 Changes in this version + const BuilderId + 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 + AccountId string + BundleDestination string + BundlePrefix string + BundleUploadCommand string + BundleVolCommand string + S3Bucket string + X509CertPath string + X509KeyPath string + X509UploadPath string + type StepBundleVolume struct + Debug bool + func (s *StepBundleVolume) Cleanup(multistep.StateBag) + func (s *StepBundleVolume) Run(_ context.Context, state multistep.StateBag) multistep.StepAction + type StepRegisterAMI struct + EnableAMIENASupport *bool + EnableAMISriovNetSupport bool + func (s *StepRegisterAMI) Cleanup(multistep.StateBag) + func (s *StepRegisterAMI) Run(ctx context.Context, state multistep.StateBag) multistep.StepAction + type StepUploadBundle struct + Debug bool + func (s *StepUploadBundle) Cleanup(state multistep.StateBag) + func (s *StepUploadBundle) Run(_ context.Context, state multistep.StateBag) multistep.StepAction + type StepUploadX509Cert struct + func (s *StepUploadX509Cert) Cleanup(multistep.StateBag) + func (s *StepUploadX509Cert) Run(_ context.Context, state multistep.StateBag) multistep.StepAction