mirror of
https://github.com/hashicorp/packer.git
synced 2026-05-28 04:35:38 -04:00
Fix: Use temporary_key_pair_name when specified. This is to fix an issue where the temporary_key_pair_name configuration option for amazon-ebs and amazon-instance builders would be ignored and replaced with an automatically generated value using UUID, even when the option was explicitly specified. Remove space from the auto-generated SSH key-pair name. Resolves #3736 |
||
|---|---|---|
| .. | ||
| builder.go | ||
| builder_acc_test.go | ||
| builder_test.go | ||
| step_cleanup_volumes.go | ||
| step_create_ami.go | ||
| step_modify_instance.go | ||
| step_stop_instance.go | ||
| step_tag_ebs_volumes.go | ||
| tags_acc_test.go | ||