packer-cn/builder/amazon/ebs
poida 3eed6fd508 Added KMS CMK support to EBS builder
Added the 'kms_key_id' parameter. This supports supplying a customer master key (CMK) when encrypting the EBS volume.

The parameter is optional and only takes effect when 'encrypted' is true. When 'encrypted' is true but 'kms_key_id' is missing the 'aws/ebs' key will be used.
2016-12-03 07:49:34 +11:00
..
builder.go Revert "Merge pull request #4230 from mitchellh/revert-4223-closes_3320" 2016-11-30 13:28:34 -08:00
builder_acc_test.go Revert "Merge pull request #4230 from mitchellh/revert-4223-closes_3320" 2016-11-30 13:28:34 -08:00
builder_test.go Add unit tests for shutdown behaviour 2016-06-14 14:29:10 -07:00
step_cleanup_volumes.go run gofmt 2016-11-01 14:08:04 -07:00
step_create_ami.go Update calls to amazon to match the upstream 2015-08-17 17:44:01 -07:00
step_encrypted_ami.go Added KMS CMK support to EBS builder 2016-12-03 07:49:34 +11:00
step_tag_ebs_volumes.go Tag EBS volumes with volume_tags in EBS builder 2015-09-11 16:39:34 -04:00
tags_acc_test.go Implements Snapshot tagging 2016-11-26 17:48:26 +01:00