type Options struct {
Template string// The path to the Packer template Vars map[string]string// The custom vars to pass when running the build command Only string// If specified, only run the build of this name Env map[string]string// Custom environment variables to set when running Packer}