Skip to content

Commit

Permalink
fix: pass uuid to destroy function
Browse files Browse the repository at this point in the history
Signed-off-by: Greg Althaus <galthaus@austin.rr.com>
  • Loading branch information
galthaus committed Jun 26, 2023
1 parent 865d50a commit d216ab6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drpv4/resource_drp_machine.go
Original file line number Diff line number Diff line change
Expand Up @@ -404,6 +404,7 @@ func (r *MachineResource) Delete(ctx context.Context, req resource.DeleteRequest
}
parms := map[string]interface{}{
"pool/wait-timeout": timeout,
"pool/machine-list": []string{uuid},
}
plan.Timeout = types.StringValue(timeout)

Expand Down

0 comments on commit d216ab6

Please sign in to comment.