hashicorp / packer-plugin-amazon

Packer plugin for Amazon AMI Builder
https://www.packer.io/docs/builders/amazon
Mozilla Public License 2.0
76 stars 112 forks source link

ebs: + acceptance test for no temp key w/ ssh pass #349

Closed lbajolet-hashicorp closed 1 year ago

lbajolet-hashicorp commented 1 year ago

While taking a look at an open issue, I noticed the ssh_username + ssh_password path wasn't tested and I wasn't sure it was implemented or not, so this commit adds an extra test to ensure this is well-implemented.

Related to #348