For un outil pour importer de l'infrastructure dans Terraform, the strongest matches are googlecloudplatform/terraformer (Terraformer is purpose-built for reverse-engineering live cloud resources into), dtan4/terraforming (This tool automatically scans existing AWS resources and generates) and cycloidio/terracognita (TerraCognita reads existing cloud resources from multiple providers and). Each is ranked by relevance to your query, popularity and recent activity.
Outils automatisés qui scannent les environnements cloud existants pour produire les fichiers de configuration et l'état Terraform correspondants.
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
Terraformer is purpose-built for reverse-engineering live cloud resources into Terraform HCL and state files, directly matching your need for automated discovery and code generation across multiple providers.
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
This tool automatically scans existing AWS resources and generates Terraform configuration files and state, but it only supports AWS and is no longer actively maintained, narrowing its scope.
Reads from existing public and private cloud providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration
TerraCognita reads existing cloud resources from multiple providers and generates Terraform HCL configuration, directly fulfilling the need for automated infrastructure scanning and code generation.