wonderful-dog-9045
05/18/2020, 8:14 PMrefusing to delete protected resource
, how can i override it or remove the protection? I am trying to do pulumi destroy
because pulumi up
is failing to update the vpc, due to another error.best-lifeguard-91445
05/18/2020, 8:18 PMpulumi state unprotect
or pulumi state delete --force
gentle-diamond-70147
05/18/2020, 8:18 PMpulumi state unprotect
is your best option here.
https://www.pulumi.com/docs/reference/cli/pulumi_state_unprotect/wonderful-dog-9045
05/18/2020, 8:20 PMpulumi state unprotect
was exactly what I was looking for, but didnt expect it be hidden under pulumi state
. But now in hindsight it makes sense that way.broad-dog-22463
05/18/2020, 8:36 PMwonderful-dog-9045
05/18/2020, 8:36 PMbroad-dog-22463
05/18/2020, 9:20 PM