digitalocean / packer-plugin-digitalocean

Packer plugin for DigitalOcean Builder
https://developer.hashicorp.com/packer/integrations/digitalocean/digitalocean
Mozilla Public License 2.0
20 stars 12 forks source link

if ssh_key_id is specified don't import ssh public key #118

Closed pragnesh closed 6 months ago

pragnesh commented 7 months ago

if ssh_key_id is specified , add a check to not import private key

fixes #113

pragnesh commented 6 months ago

@andrewsomething yes that is better approach, ~do you want me to update pull request ?~

I have updated pull requested as you have suggested and tested locally, it looks good to me.

Thanks for review.