jckuester / awsweeper

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

aws_ebs_snapshot doesn't support import #92

Closed zhaomengru2015 closed 4 years ago

zhaomengru2015 commented 4 years ago

delete aws_ecs_snapshot failed with the following error:

error=failed to import resource: resource aws_ebs_snapshot doesn't support import
jckuester commented 4 years ago

Hi @zhaomengru2015 :wave:

Sorry for the bad experience and thanks for reporting the issue. I will have a look and try to come up with a fix.

jckuester commented 4 years ago

I came up with a fix https://github.com/cloudetc/awsweeper/pull/93 and will make a release tomorrow.

jckuester commented 4 years ago

Fixed in https://github.com/cloudetc/awsweeper/releases/tag/v0.7.0. Let me know if it works for you. Thanks.