iann0036 / former2

Generate CloudFormation / Terraform / Troposphere templates from your existing AWS resources.
https://former2.com
MIT License
2.2k stars 266 forks source link

Complete SQS terraform iac not getting created #247

Open samjain04 opened 2 years ago

samjain04 commented 2 years ago

I have over 4000 sqs in my account and unable to create terraform code for all sqs as on scan it shows only 1000 sqs. Please suggest a way to create code for all 4000+ sqs

iann0036 commented 2 years ago

Hey @samjain04,

Thanks for raising!

It looks like the behaviour for SQS was a little unique, so I've added a fix for that. Let me know how that goes for you.

samjain04 commented 2 years ago

Hey iann0036,

Thanks for you quick response. Now its scanning above 1000sqs but on every refresh I get different number of sqs scanned so not sure if its scanning all.

image

image image

iann0036 commented 2 years ago

Hmm, that's not good.

Could you check the browser console logs to see if there's excessive throttling logged? In Chrome, this is under View -> Developer -> JavaScript Console. Have this open just before you navigate to the SQS section and let me know if there's interesting logs there.