enhancementhelp wanted
仓库指标
- Star
- (13,697 star)
- PR 合并指标
- (平均合并 5天 6小时) (30 天内合并 9 个 PR)
描述
Packer should prompt user to enter password when using a password protected private key file instead of throwing an error message.
Feature Description
nice to have
Use Case(s)
packer validate myfile.yml packer build myfile.yml
Configuration used
...
"builders": [
{
"type": "provider",
"organization_id": "{{ user organization_id }}",
"api_token": "{{ user api_token }}",
"image": "{{ user image_name }}",
"region": "par1",
"commercial_type": "GPU1-M",
"ssh_private_key_file": "< PATH TO A PASSWORD PROTECTED KEY FILE >",
"ssh_username": "root"
}
],
...