commit
69daca2a33
|
@ -43,7 +43,7 @@ func (s *StepCreateEncryptedAMICopy) Run(state multistep.StateBag) multistep.Ste
|
||||||
ui.Say(fmt.Sprintf("Copying AMI: %s(%s)", region, id))
|
ui.Say(fmt.Sprintf("Copying AMI: %s(%s)", region, id))
|
||||||
|
|
||||||
if kmsKeyId != "" {
|
if kmsKeyId != "" {
|
||||||
ui.Say(fmt.Sprintf("Encypting with KMS Key ID: %s", kmsKeyId))
|
ui.Say(fmt.Sprintf("Encrypting with KMS Key ID: %s", kmsKeyId))
|
||||||
}
|
}
|
||||||
|
|
||||||
copyOpts := &ec2.CopyImageInput{
|
copyOpts := &ec2.CopyImageInput{
|
||||||
|
|
Loading…
Reference in New Issue