hey guys, is my assumption correct - current terraform does not handle destroy functionality?
✅ 1
a
average-beach-28850
08/23/2022, 4:39 PM
It should, or at least i was able to successfully destroy the minimal example after deploying it when testing
average-beach-28850
08/23/2022, 4:40 PM
If you add more things to it, it can get a little tricky with destroy, i had some trouble in the past with API gateway blocking destruction of some VPC resources
f
faint-hair-28386
08/24/2022, 5:10 AM
yes, similar case. I needed to realign on another VPC and I got into dependency hell. At the end I see all resources destroyed, did some manual cleanup though. I think it’s more a terraform issue though