Versions in this module Expand all Collapse all v0 v0.1.0 Sep 26, 2019 Changes in this version + type Artifact struct + GisServiceCode string + IarServiceCode string + ImageID string + func (a Artifact) BuilderId() string + func (a Artifact) Destroy() error + func (a Artifact) Files() []string + func (a Artifact) Id() string + func (a Artifact) State(name string) interface{} + func (a Artifact) String() string + type Builder struct + func (b *Builder) Prepare(raws ...interface{}) ([]string, error) + func (b *Builder) Run(ctx context.Context, ui packer.Ui, hook packer.Hook) (packer.Artifact, error) + type Config struct + APIAccessKey string + APISecretKey string + BaseImage struct{ ... } + Comm communicator.Config + DisableGlobalAddress bool + GisServiceCode string + Label string + RootSSHKey string + StorageType string + VMType string