Skip to content

Commit

Permalink
fix(bake): Fix broken AWS Windows bake script (#238)
Browse files Browse the repository at this point in the history
The current aws-windows-2012-r2.json Packer script is malformed, causing
all bakes of AWS Windows AMIs to fail if they are using the default bake
script.  spinnaker/spinnaker#2598
  • Loading branch information
brantburnett authored and ezimanyi committed Apr 9, 2018
1 parent e6caba3 commit 6b59b56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosco-web/config/packer/aws-windows-2012-r2.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@

"subnet_id": "{{user `aws_subnet_id`}}",

"ena_support": "{{user `aws_ena_support`}},
"ena_support": "{{user `aws_ena_support`}}",
"spot_price": "{{user `aws_spot_price`}}",
"spot_price_auto_product": "{{user `aws_spot_price_auto_product`}}",

Expand Down

0 comments on commit 6b59b56

Please sign in to comment.