hey guys, is my assumption correct - current terra...
# dev-metaflow
f
hey guys, is my assumption correct - current terraform does not handle destroy functionality?
1
a
It should, or at least i was able to successfully destroy the minimal example after deploying it when testing
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
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
a
oh yes now i remember, i was changing sometihng about the VPC as well and ran into https://github.com/hashicorp/terraform-provider-aws/issues/12195 IIRC
f
good reference thank you