snapshot step works

pull/5819/head
Megan Marsh 8 years ago committed by Matthew Hooker
parent 69ba710c2a
commit 256382547b
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1

@ -23,7 +23,7 @@ func (s *stepSnapshot) Run(state multistep.StateBag) multistep.StepAction {
// Instances Input
snapshotInput := &compute.CreateSnapshotInput{
Instance: instanceID,
Instance: fmt.Sprintf("%s/%s", config.ImageName, instanceID),
MachineImage: config.ImageName,
}

Loading…
Cancel
Save