We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb88360 commit 3f2c3edCopy full SHA for 3f2c3ed
1 file changed
v1/providers/lambdalabs/instance.go
@@ -90,6 +90,7 @@ func (c *LambdaLabsClient) TerminateInstance(ctx context.Context, instanceID v1.
90
InstanceIds: []string{string(instanceID)},
91
}
92
93
+ // TODO: since "createInstance" also creates an SSH key, we should consider cleaning up the key pair here
94
_, err := c.terminateInstance(ctx, request)
95
if err != nil {
96
return fmt.Errorf("failed to terminate instance: %w", err)
0 commit comments