1 repository
Converters that transform live cloud resource configurations into declarative infrastructure code.
Distinct from Schema-to-Code Generators: Distinct from general code generation or schema-to-code as it specifically transforms live infrastructure into IaC.
Explore 1 awesome GitHub repository matching devops & infrastructure · Infrastructure-to-Code Generators. Refine with filters or upvote what's useful.
Terraformer is a reverse engineering tool and infrastructure-to-code generator that transforms existing live cloud resources into declarative configuration files and state manifests. It functions as a cloud infrastructure exporter, allowing users to extract resource metadata from cloud providers to create reproducible infrastructure deployments. The tool specializes in reverse engineering by querying cloud provider APIs to map active resource configurations and translate them into Terraform resource blocks. It supports infrastructure state recovery by reconstructing state files from live envi
Transforms manually created cloud resources into declarative code for version control.