aws-samples / aws2tf

aws2tf - automates the importing of existing AWS resources into Terraform and outputs the Terraform HCL code.
MIT No Attribution
520 stars 99 forks source link

Feature Requests #72

Open vrej-abramian opened 5 months ago

vrej-abramian commented 5 months ago

Thank you for creating/maintaining such a handy tool πŸ™

What a request is this?

I'd like to kindly add some ideas/feature requests to be prioritized and supported if possible. Please correct/guide me if some of them are already supported or can't be implemented due to AWS/TF limitations.

Brief overview of where the requirements/ideas came from

In my case having a single account/profile with up to 20 VPCs/Clusters and huge number of resources associated with them, I have found that specifying all required resources per individual VPC/Cluster or importing all resources in an individual account and then reviewing/filtering the required ones is not efficient at all.

Note: If this is possible by -s <stack set name> then please add some structure/examples.

Suggested features/ideas

PS. Please let me know if more clarification will be required on each of the requests.

awsandy commented 1 week ago

Hi, Give the new python version a try - it will cover this point I think

A flag/option to generate .tf files with all possible parameters that the relevant TF Provider supports not only the ones that are detected as user-defined or mandatory.

As it does that by default now via the new Terraform import mechanism

vrej-abramian commented 1 week ago

I'll schedule to try and will update my post if that works. Thank you for the update πŸ™