Hi everyone,
I’m trying to export my current AWS infrastructure (covering services like EC2, ALB, S3, Lambda, RDS, etc.) into Terraform so that I can manage everything going forward using IaC.
I tried using Terraformer, but I keep running into multiple syntax errors, most likely because Terraformer is generating code with outdated Terraform syntax.
Is there a recommended tool, workflow, or best practice to reliably export an existing AWS environment into Terraform (ideally consolidated into a single .tf file or manageable modules)?
Any guidance, examples, or community best practices would be really helpful.