jckuester / awsweeper

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

Support for aws_rds_cluster #117

Open sumitag opened 3 years ago

sumitag commented 3 years ago

Please support aws_rds_cluster

jckuester commented 3 years ago

Hi @sumitag,

thanks for your request. I'll add RDS resources and will come back to you in a few days.

jckuester commented 3 years ago

Released in https://github.com/jckuester/awsweeper/releases/tag/v0.11.0. Let me know if it works for you! Thanks.

sumitag commented 3 years ago

@jckuester I am getting problems with the provider

Error: failed to configure provider (name=aws, version=3.16.0): Invalid AWS Region:

Then after specifying the region I am getting:

failed to install provider (aws): open C:\Users\agarwals\.awsweeper\terraform-provider-aws_v3.16.0_x5.exe: The process cannot access the file because it is being used by another process.
Error: failed to launch provider (): exec: "": executable file not found in %PATH%
jckuester commented 3 years ago

Can you please try to delete the directory C:\Users\agarwals\.awsweeper and run again?

sumitag commented 3 years ago

That seemed to have done the trick. Sorry about not replying earlier.

jckuester commented 3 years ago

Hi @sumitag again,

I realised that pkill terraform is a better approach than deleting the directory. Generally, this is a bug and I already know how to fix it. I let you know once done.