Skip to content

Commit

Permalink
style(base-images): reorder Packer template variables more logically
Browse files Browse the repository at this point in the history
  • Loading branch information
grv87 committed Apr 22, 2018
1 parent baa9e05 commit e2c34ef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/packer/base_images/UbuntuServer16.04.3_amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"base_name": "UbuntuServer16.04.3",
"architecture": "amd64",
"aws_region": "eu-west-1",
"aws_source_ami": "ami-add175d4",
"aws_vpc_id": "vpc-7c3f9d1b",
"aws_subnet_id": "subnet-3615b351",
"aws_source_ami": "ami-add175d4",
"aws_instance_type": "t2.nano",
"aws_volume_size": "8",
"ssh_port": "22",
Expand Down
2 changes: 1 addition & 1 deletion src/packer/base_images/UbuntuServer16.04.4_amd64.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@
"base_name": "UbuntuServer16.04.4",
"architecture": "amd64",
"aws_region": "eu-west-1",
"aws_source_ami": "ami-f90a4880",
"aws_vpc_id": "vpc-7c3f9d1b",
"aws_subnet_id": "subnet-3615b351",
"aws_source_ami": "ami-f90a4880",
"aws_instance_type": "t2.nano",
"aws_volume_size": "8",
"ssh_port": "22",
Expand Down

0 comments on commit e2c34ef

Please sign in to comment.