dtan4 / terraforming

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

[Feature request] terraforming iamugm : aws_iam_user_group_membership #490

Open rfrail3 opened 4 years ago

rfrail3 commented 4 years ago

Hello,

It would be nice to have the option "iamugm" because, in Terraform, this option allow import and the similar one that Terraforming uses "iamgp" doesn't.

Upstream suggest the use of aws_iam_user_group_membership instead of aws_iam_group_membership due conficts.

https://www.terraform.io/docs/providers/aws/r/iam_group_membership.html

Thanks,