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

Resolve duplicate naming issue by including instance-ID #450

Open Vermyndax opened 5 years ago

Vermyndax commented 5 years ago

Resolves issue #417 by prefixing the aws_instance resource names with the instance ID. This was a problem for us in that most of our EC2 instances are produced from autoscaling groups and have duplicate name tags.

coveralls commented 5 years ago

Coverage Status

Coverage decreased (-0.5%) to 99.494% when pulling df662ee7166b74bae889f294e5e7a40379e483f0 on Vermyndax:master into 1ba96b958123087dc1454e284ce34cc9c00b69a0 on dtan4:master.