Skip to content
This repository has been archived by the owner on Sep 26, 2021. It is now read-only.

Commit

Permalink
Merge pull request #4355 from tmaier/google-AutoDelete
Browse files Browse the repository at this point in the history
Google Driver: Enable AutoDelete of Disks for GCE
  • Loading branch information
dgageot authored Feb 10, 2018
2 parents e02ab45 + 72c5993 commit 5048437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/google/compute_util.go
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ func (c *ComputeUtil) createInstance(d *Driver) error {
Disks: []*raw.AttachedDisk{
{
Boot: true,
AutoDelete: false,
AutoDelete: true,
Type: "PERSISTENT",
Mode: "READ_WRITE",
},
Expand Down

0 comments on commit 5048437

Please sign in to comment.