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

aws_security_group individual rule descriptions are missing #437

Open nitrocode opened 5 years ago

nitrocode commented 5 years ago

I see the sg description but not the descriptions for individual rules. We could import the description in-line in security_group.rb#L91 with a separate ingress and egress block for each description and / or implement the aws_security_group_rule resource in issue https://github.com/dtan4/terraforming/issues/262.