packer region tweak, alpine 3.8.2 was released

This commit is contained in:
Jake Buchholz 2018-12-26 16:14:10 -08:00 committed by Mike Crute
parent 013c57122a
commit a8f8c499e7
2 changed files with 5 additions and 1 deletions

View File

@ -12,6 +12,7 @@ builders:
### Builder Instance Details
region: "{{user `region`}}"
subnet_id: "{{user `subnet`}}"
security_group_id: "{{user `security_group`}}"
instance_type: "t3.nano"

View File

@ -1,5 +1,8 @@
### Builder-Instance Options ###
# Region to build in, if we initiate a build from outside AWS
region:
# Subnet ID in which the builder instance is to be launched. VPC will be
# automatically determined.
subnet:
@ -16,7 +19,7 @@ public_ip: ""
### Build Options ###
# Treat similar to a ABUILD pkgrel variable and increment with every release.
ami_release: "1"
ami_release: "2"
# AMI name prefix and suffix
ami_name_prefix: "Alpine-"