Jan-Christoph Küster

Results 65 comments of Jan-Christoph Küster

I created a test myself and deleting of `aws_cloudformation_stack` resources works fine. But you said it just doesn't work with old stacks, right? Deletion also doesn't work with `0.7` then,...

Yeah, nothing bad really to see in the TRACE logs. If Terraform says nothing, the resource should actually be deleted. Don't know what's going on there, honestly. Can you manually...

I am glad that you could find the issue, @andreamaruccia. Let's keep this issue open, so that we don't forget about it until I have found a way to deal...

The problem is that the AWS API returns always empty tags for aws_iam_user resources (tags must be fetched via a separate API call). Do you see any tags? This will...

I merged the PR and tags are working now. However, I still need to work something out to delete `aws_iam_user_policy_attachment` resources. If policies are attached, IAM users can currently not...

Hi @showerlee, 1) Yes, you want to use https://github.com/cloudetc/awsweeper/pull/100, which fixes that inline policies are deleted from a user first before deleting the user (otherwise deleting the user fails). 2)...

The install.sh script only works for official releases and I haven't released a new version yet (I will release `v0.9.0` tomorrow that includes all the changes). For now, you can...

Released in https://github.com/jckuester/awsweeper/releases/tag/v0.9.0

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...

Hi @jaloren :wave: Sounds like good idea! Go ahead if you like and do a PR. I usually have account profiles in `~/.aws/credentials` with the name `prod` or `dev`. This...