-
Notifications
You must be signed in to change notification settings - Fork 126
temporary_key_pair_type option has no effect #144
Copy link
Copy link
Closed
Labels
Description
Overview of the Issue
Although the documentation lists it, the temporary_key_pair_type configuration option does not appear to actually do anything; furthermore, I do not see that option used at all in builder/common/step_key_pair.go.
Reproduction Steps
- Create a Packer Buildfile using the AWS EBS builder and include the option
"temporary_key_pair_type": "ed25519". (I should mention that I am using a JSON template.) - Run
packer - Observe in the AWS Console that the temporary EC2 keypair created is of type RSA.
Plugin and Packer version
v1.7.3
Operating system and Environment details
This is happening in a GitHub Action running Ubuntu 20.04.3 LTS.
Reactions are currently unavailable