dtan4 / terraforming

Export existing AWS resources to Terraform style (tf, tfstate) / No longer actively maintained
http://terraforming.dtan4.net/
MIT License
4.3k stars 658 forks source link

Launch configuration EBS block devices missing property values #420

Open paulyhedral opened 6 years ago

paulyhedral commented 6 years ago

When running against launch configurations, some resource definitions contain an ebs_block_device block that is missing some values, like this:

   ebs_block_device {
        device_name           = "/dev/xvdcz"
        volume_type           = "gp2"
        volume_size           = 
        delete_on_termination = 
    }