Skip to content

Commit

Permalink
Merge branch 'provider-fixes' into 'master'
Browse files Browse the repository at this point in the history
fix: pass uuid to destroy function

See merge request rackn/terraform-provider-drp!105
  • Loading branch information
galthaus committed Jun 26, 2023
2 parents 865d50a + d216ab6 commit 0558ce5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drpv4/resource_drp_machine.go
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 0558ce5

Please sign in to comment.