Skip to content

Commit

Permalink
toolbox dump: include full instance details on GCE
Browse files Browse the repository at this point in the history
Change-Id: I655d0cdf245b5ab1610f7a856d9adb1326365090
  • Loading branch information
aojea committed Jan 16, 2025
1 parent f84bf61 commit 46b440a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/resources/gce/dump.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,7 @@ func DumpManagedInstance(op *resources.DumpOperation, r *resources.Resource) err

op.Dump.Instances = append(op.Dump.Instances, i)

// Unclear if we should include the instance details in the dump - assume YAGNI until someone needs it
// dump.Resources = append(dump.Resources, instanceDetails)
op.Dump.Resources = append(op.Dump.Resources, instanceDetails)

return nil
}
Expand Down

0 comments on commit 46b440a

Please sign in to comment.