builder/amazon/instance: support AZ here too

This commit is contained in:
Mitchell Hashimoto 2013-10-23 20:44:38 -07:00
parent b95a56899f
commit f4b404627c
1 changed files with 1 additions and 0 deletions

View File

@ -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{