fix conflict from mergeing too many things to master at once
This commit is contained in:
parent
34a0edccbb
commit
ec3b0a5138
|
@ -230,12 +230,6 @@ func (b *Builder) Run(ui packer.Ui, hook packer.Hook, cache packer.Cache) (packe
|
||||||
EncryptBootVolume: b.config.AMIEncryptBootVolume,
|
EncryptBootVolume: b.config.AMIEncryptBootVolume,
|
||||||
Name: b.config.AMIName,
|
Name: b.config.AMIName,
|
||||||
},
|
},
|
||||||
&awscommon.StepCreateEncryptedAMICopy{
|
|
||||||
KeyID: b.config.AMIKmsKeyId,
|
|
||||||
EncryptBootVolume: b.config.AMIEncryptBootVolume,
|
|
||||||
Name: b.config.AMIName,
|
|
||||||
AMIMappings: b.config.AMIBlockDevices.AMIMappings,
|
|
||||||
},
|
|
||||||
&awscommon.StepModifyAMIAttributes{
|
&awscommon.StepModifyAMIAttributes{
|
||||||
Description: b.config.AMIDescription,
|
Description: b.config.AMIDescription,
|
||||||
Users: b.config.AMIUsers,
|
Users: b.config.AMIUsers,
|
||||||
|
|
Loading…
Reference in New Issue