Was missing sending IAM profile data to instance store builders.

This commit is contained in:
Jeremy Carroll 2013-08-14 19:03:41 -07:00
parent 9f84f2c363
commit c193048b3b
1 changed files with 1 additions and 0 deletions

View File

@ -193,6 +193,7 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
&awscommon.StepRunSourceInstance{
ExpectedRootDevice: "instance-store",
InstanceType: b.config.InstanceType,
IamInstanceProfile: b.config.IamInstanceProfile,
UserData: b.config.UserData,
UserDataFile: b.config.UserDataFile,
SourceAMI: b.config.SourceAmi,