Merge pull request #294 from phobos182/master

builder/amazon/instance: was missing sending IAM profile data
This commit is contained in:
Mitchell Hashimoto 2013-08-14 19:34:43 -07:00
commit 4d81ae70e8
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,