{ "builders": [ { "access_key": "{{user `access_key`}}", "secret_key": "{{user `secret_key`}}", "ami_name": "{{user `created_ami_name`}}-{{isotime | clean_resource_name}}", "instance_type": "{{user `instance_type`}}", "kms_key_id": "{{user `kms_key`}}", "vpc_id": "{{user `vpc_id`}}", "subnet_id": "{{user `subnet_id`}}", "security_group_id": "{{user `security_group_id`}}", "region": "{{user `region`}}", "tags": { "Name": "{{user `created_ami_name`}}", "cost_center": "Null", "owner_cost": "Null", "purpose": "Null", "owner_tech": "Null", "id": "Null", "application": " ", "Environment": "{{user `Environment`}}" } , "source_ami": "{{user `source_ami_id`}}", "ssh_username": "{{user `ssh_username`}}", "type": "amazon-ebs" } ], "provisioners": [ { "type": "shell", "script": "{{user `script`}}" } ]}--
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 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/157808be-18b8-4ad6-93cf-0089c91eecac%40googlegroups.com.
encrypt_boot" in json, it's not encrypting the volume when instance is being created. I guess it will encrypt while creating the image. But I need something that will encrypt the boot volume while creating instance not while creating image.To unsubscribe from this group and stop receiving emails from it, send an email to packe...@googlegroups.com.
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/68393096-4a0a-425f-93d4-cd9e8049ab8e%40googlegroups.com.