snapshot step works
This commit is contained in:
parent
69ba710c2a
commit
256382547b
|
@ -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…
Reference in New Issue