aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJake Buchholz <tomalok@gmail.com>2018-12-26 16:14:10 -0800
committerMike Crute <crutem@amazon.com>2019-01-11 08:45:19 -0800
commita8f8c499e7bdd618de5c9ba13adc3c172d6b2c7c (patch)
treeaa500297e6544fa09b1a3b72ce67420e16a10a83
parent013c57122a89a94070afe264269293ae6bed5d8e (diff)
downloadalpine-ec2-ami-a8f8c499e7bdd618de5c9ba13adc3c172d6b2c7c.tar.bz2
alpine-ec2-ami-a8f8c499e7bdd618de5c9ba13adc3c172d6b2c7c.tar.xz
alpine-ec2-ami-a8f8c499e7bdd618de5c9ba13adc3c172d6b2c7c.zip
packer region tweak, alpine 3.8.2 was released
-rw-r--r--alpine-ami.yaml1
-rw-r--r--variables.yaml-default5
2 files changed, 5 insertions, 1 deletions
diff --git a/alpine-ami.yaml b/alpine-ami.yaml
index 8baabc0..18e14e0 100644
--- a/alpine-ami.yaml
+++ b/alpine-ami.yaml
@@ -12,6 +12,7 @@ builders:
12 12
13 ### Builder Instance Details 13 ### Builder Instance Details
14 14
15 region: "{{user `region`}}"
15 subnet_id: "{{user `subnet`}}" 16 subnet_id: "{{user `subnet`}}"
16 security_group_id: "{{user `security_group`}}" 17 security_group_id: "{{user `security_group`}}"
17 instance_type: "t3.nano" 18 instance_type: "t3.nano"
diff --git a/variables.yaml-default b/variables.yaml-default
index 3ae3cd6..668233a 100644
--- a/variables.yaml-default
+++ b/variables.yaml-default
@@ -1,5 +1,8 @@
1### Builder-Instance Options ### 1### Builder-Instance Options ###
2 2
3# Region to build in, if we initiate a build from outside AWS
4region:
5
3# Subnet ID in which the builder instance is to be launched. VPC will be 6# Subnet ID in which the builder instance is to be launched. VPC will be
4# automatically determined. 7# automatically determined.
5subnet: 8subnet:
@@ -16,7 +19,7 @@ public_ip: ""
16### Build Options ### 19### Build Options ###
17 20
18# Treat similar to a ABUILD pkgrel variable and increment with every release. 21# Treat similar to a ABUILD pkgrel variable and increment with every release.
19ami_release: "1" 22ami_release: "2"
20 23
21# AMI name prefix and suffix 24# AMI name prefix and suffix
22ami_name_prefix: "Alpine-" 25ami_name_prefix: "Alpine-"