1 Repo
Processes for converting existing live cloud resources into declarative infrastructure-as-code configurations.
Distinct from AWS Provisioners: None of the candidates cover the specific act of importing live resources into IaC; they focus on provisioning or auditing.
Explore 1 awesome GitHub repository matching devops & infrastructure · Cloud Infrastructure Import. Refine with filters or upvote what's useful.
Terraforming is an infrastructure as code generator and AWS Terraform resource exporter. It converts live cloud infrastructure into declarative configuration and state files, allowing existing cloud resources to be brought under programmatic management. The tool functions as a state file manager capable of generating and merging JSON state files. It translates live cloud provider API responses into HashiCorp Configuration Language syntax and can integrate newly exported resource data into existing state files without overwriting unrelated entries. The system includes capabilities for resourc
Converts existing AWS cloud resources into Terraform configuration and state files to bring them under version control.