mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 09:51:08 -05:00
builder/amazon: enable windows for instance type too
This commit is contained in:
parent
e9d916a7bc
commit
101e5986dc
1 changed files with 4 additions and 0 deletions
|
|
@ -198,6 +198,10 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
|
|||
BlockDevices: b.config.BlockDevices,
|
||||
Tags: b.config.RunTags,
|
||||
},
|
||||
&awscommon.StepGetPassword{
|
||||
Comm: &b.config.RunConfig.Comm,
|
||||
Timeout: b.config.WindowsPasswordTimeout,
|
||||
},
|
||||
&communicator.StepConnect{
|
||||
Config: &b.config.RunConfig.Comm,
|
||||
Host: awscommon.SSHHost(
|
||||
|
|
|
|||
Loading…
Reference in a new issue