Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "burn-it", | ||
"description": "", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"author": { | ||
@@ -6,0 +6,0 @@ "name": "Daniel Kang", |
@@ -109,3 +109,3 @@ 'use strict'; | ||
packerConfig.builders[0].ami_name = self.imageName + '-' + self.imageVersion + '-' + String(Date.now()); | ||
packerConfig.builders[0].ami_name = self.imageName + '-' + self.imageVersion + '-x86_64-' + String(Date.now()) + '-ebs'; | ||
packerConfig.builders[0].access_key = self.awsAccessKey; | ||
@@ -112,0 +112,0 @@ packerConfig.builders[0].secret_key = self.awsSecretKey; |
28809