--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to a topic in the Google Groups "Packer" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/packer-tool/45tyuM68vWo/unsubscribe.
To unsubscribe from this group and all its topics, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/d3670898-45e7-4bcc-981e-e4bca951eeea%40googlegroups.com.
amazon-ebs: xvda 202:0 0 8G 0 disk
amazon-ebs: └─xvda1 202:1 0 8G 0 part /
To unsubscribe from this group and all its topics, send an email to packe...@googlegroups.com.
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/7169e9f3-6018-4b79-9090-23bd851272fa%40googlegroups.com.
{
"variables" : {
"aws_access_key" : "{{ env `AWS_ACCESS_KEY_ID` }}",
"aws_secret_key" : "{{ env `AWS_SECRET_ACCESS_KEY` }}",
"ssh_private_key" : "{{ env `SSH_PRIVATE_KEY` }}",
"aws-ami-us-east-1" : "{{ env `AWS_BASE_AMI` }}"
},
"builders" : [
{
"type": "amazon-ebs",
"ssh_username": "ubuntu",
....other info removed...
"launch_block_device_mappings" : [
{
"device_name" : "/dev/xvda",
"delete_on_termination" : true,
"volume_size" : 50,
"volume_type" : "gp2"
},
{
"device_name" : "/dev/xvdb",
"delete_on_termination" : true,
"volume_size" : 500,
"volume_type" : "gp2"
}
],
"provisioners" : [{...}[
To unsubscribe from this group and stop receiving emails from it, send an email to packe...@googlegroups.com.
{
"device_name" : "/dev/sda1",
"delete_on_termination" : true,
"volume_size" : 250,
"volume_type" : "gp2"
},