jckuester / awsls

A list command for AWS resources
MIT License
838 stars 54 forks source link

Add status of AWS EBS volumes #16

Open neilfarmer opened 4 years ago

neilfarmer commented 4 years ago

I like what your doing!

One feature request i would have is to add the status of the EBS volumes.

in-use, available, etc

This would be helpful in determining stale resources.

Thanks!

jckuester commented 3 years ago

Hi @neilfarmer,

I see, unfortunately Terraform doesn't provide this attribute (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/ebs_volume). Most of my code is generated and this would require some custom code, but I see what I can do to address your wishes.