delightful-monkey-90700
02/15/2023, 9:35 PMdeleteBeforeReplace
, if that resource needs to replaced the dependencies must also be deleted (because they depend on the parent resource, and the parent resource can't be deleted while they exist) -- this isn't what happens though and the resource can't be deleted, and thus can't be replacedstrong-helmet-83704
02/15/2023, 9:55 PMdelightful-monkey-90700
02/15/2023, 11:16 PMstrong-helmet-83704
02/15/2023, 11:49 PMechoing-dinner-19531
02/16/2023, 1:12 PMdelightful-monkey-90700
02/16/2023, 3:28 PMdestroy
on the resources easily enough.pulumi destroy --target '**:prod-mgmt-subnet' --target '**:prod-tunnel-subnet' --target-dependents
, doing it as a delete does things in the right order)