Skip to content

Commit

Permalink
rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
aldemirenes committed Sep 19, 2017
1 parent b168d90 commit 8a350e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Packerfile.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"variables": {
"version": "0.4.0"
"version": "0.4.0-rc1"
},

"builders": [
Expand All @@ -10,9 +10,9 @@
"source_ami": "ami-05dddc6f",
"instance_type": "t2.medium",
"ssh_username": "ubuntu",
"ami_name": "snowplow-mini-{{user `version`}}-{{ timestamp }}-hvm-ebs-amd64",
"ami_name": "snowplow-mini-{{user `version`}}-with-es-5.x-{{ timestamp }}-hvm-ebs-amd64",
"ami_groups": [ "all" ],
"ami_regions": "us-east-2,us-west-1,us-west-2,ca-central-1,eu-west-1,eu-central-1,eu-west-2,ap-southeast-1,ap-southeast-2,ap-northeast-2,ap-northeast-1,ap-south-1,sa-east-1",
"ami_regions": "eu-central-1",
"ami_description": "Snowplow Mini - The Snowplow Pipeline in a box",
"tags": {
"OS_Version": "Ubuntu-14.04",
Expand Down

0 comments on commit 8a350e2

Please sign in to comment.