mirror of
https://github.com/opentofu/opentofu.git
synced 2024-12-30 10:47:14 -06:00
Make triton machine deletes synchronous.
This commit is contained in:
parent
c21f53ddca
commit
67a27b4a45
@ -623,7 +623,7 @@ func resourceMachineDelete(d *schema.ResourceData, meta interface{}) error {
|
||||
})
|
||||
if err != nil {
|
||||
if triton.IsResourceNotFound(err) {
|
||||
return nil, "deleted", nil
|
||||
return getResp, "deleted", nil
|
||||
}
|
||||
return nil, "", err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user