builder/amazon/instance: support AZ here too

pull/564/head
Mitchell Hashimoto 13 years ago
parent 8b7e258829
commit d9aaf49234

@ -204,6 +204,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
UserDataFile: b.config.UserDataFile,
SourceAMI: b.config.SourceAmi,
SubnetId: b.config.SubnetId,
AvailabilityZone: b.config.AvailabilityZone,
BlockDevices: b.config.BlockDevices,
},
&common.StepConnectSSH{

Loading…
Cancel
Save