|
|
|
|
@ -29,7 +29,7 @@ type Config struct {
|
|
|
|
|
DestImageList string `mapstructure:"dest_image_list"`
|
|
|
|
|
// Optional; if you don't enter anything, the image list description
|
|
|
|
|
// will read "Packer-built image list"
|
|
|
|
|
DestImageListDescription string `mapstructure:"dest_image_list_description"`
|
|
|
|
|
DestImageListDescription string `mapstructure:"image_description"`
|
|
|
|
|
// Optional. Describes what computers are allowed to reach your instance
|
|
|
|
|
// via SSH. This whitelist must contain the computer you're running Packer
|
|
|
|
|
// from. It defaults to public-internet, meaning that you can SSH into your
|
|
|
|
|
|