Is it possible to import existing infrastructure into Terraform then redeploy it without semantic representation?

This page summarizes the projects mentioned and recommended in the original post on /r/Terraform

CodeRabbit: AI Code Reviews for Developers
Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
coderabbit.ai
featured
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com
featured
  1. terraformer

    CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code

    https://github.com/GoogleCloudPlatform/terraformer supports multiple platforms. But I’m pretty sure, that the code this tools produces is not something you want to maintain in the future. If you decide to go this route, you will have to refactor afterwards. In my opinion, this is so much work, you might as well just write your own code and use terraform import for each resource.

  2. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  3. terracognita

    Reads from existing public and private cloud providers (reverse Terraform) and generates your infrastructure as code on Terraform configuration

  4. terrafy

    An experimental little tool to automate importing collections of things into Terraform. Bork impult.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Strategies for converting an existing deployment to IaC?

    2 projects | /r/devops | 31 May 2023
  • Deactivated SFTP servers from AWS transfer family but still getting charged - can you delete a server but still save all configurations/settings somewhere to spin it up easily later?

    2 projects | /r/aws | 28 Feb 2022
  • Policy-as-code is recommended for managing cloud and SaaS services

    4 projects | /r/devops | 10 May 2023
  • Why write 10 lines of sane configuration when I can write 300 lines of Terraform instead?

    4 projects | /r/Terraform | 25 Jan 2022
  • How To Use Terraform like a Pro: Part 1

    5 projects | dev.to | 9 Sep 2021

Did you know that Go is
the 4th most popular programming language
based on number of references?