snapshot step works

This commit is contained in:
Megan Marsh 2018-01-19 16:00:12 -08:00 committed by Matthew Hooker
parent 69ba710c2a
commit 256382547b
No known key found for this signature in database
GPG Key ID: 7B5F933D9CE8C6A1
1 changed files with 1 additions and 1 deletions

View File

@ -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,
}