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

Terraforming Exported tf and tfstate files use the tag as the resource name #449

Open simple-easy opened 5 years ago

simple-easy commented 5 years ago

Terraforming export the aws resources will use the tag as the name of resource, but sometimes we may use same tag for several ec2 instances as they have the same purpose. This will be lead to resource repeated multiple times error. I think this is a bug, because there is no rule or policy on aws to tell us that we can not use the same tag 'Name'.