jckuester / awsweeper

A tool for cleaning your AWS account
Mozilla Public License 2.0
468 stars 45 forks source link

Support for EKS resources #59

Open asyd opened 4 years ago

asyd commented 4 years ago

Hi,

since you're rely on terraform resources, can you add aws_eks_cluster support?

Thanks!

jckuester commented 4 years ago

Hi @asyd :wave: Yes, I can add aws_eks_cluster now. I first had to make some bigger changes to support deleting any Terraform AWS Resource via the Terradozer API (see also https://github.com/jckuester/terradozer, a new open-source project I started).