Mermaid VS terraformer

Compare Mermaid vs terraformer and see what are their differences.

Mermaid

Edit, preview and share mermaid charts/diagrams. New implementation of the live editor. (by mermaid-js)

terraformer

CLI tool to generate terraform files from existing infrastructure (reverse Terraform). Infrastructure to Code (by GoogleCloudPlatform)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
Mermaid terraformer
90 109
3,539 11,742
4.7% 1.9%
9.1 7.9
1 day ago 9 days ago
TypeScript Go
MIT License Apache License 2.0
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Mermaid

Posts with mentions or reviews of Mermaid. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-30.

terraformer

Posts with mentions or reviews of terraformer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-26.
  • Top Terraform Tools to Know in 2024
    19 projects | dev.to | 26 Mar 2024
    ‍Terraformer is a CLI tool developed by Google that generates Terraform files from existing infrastructure (reverse Terraform), simplifying the process of adopting Terraform in existing environments and speeding up the initial setup process. Terraformer supports multiple cloud providers, including AWS, Google Cloud, Azure, and others.
  • Terraformer + refactoring with 'moved' blocks
    1 project | /r/Terraform | 23 Jul 2023
    Looking into efficient ways to import existing infrastructure. Using Terraformer to get the everything into Terraform and then refactoring into modules, for_each, etc. using moved blocks seems like it would be a good approach. Refactoring them to use existing modules from providers will take a little work and likely going back and forth with terraform plan, and assuming many things won't translate straight across because of what resources a module might be creating and how they are creating them.
  • The Future of Terraform: ClickOps
    5 projects | /r/Terraform | 15 Jun 2023
    We had thought about the ability to convert HCL to Go, but not much thought in querying existing infra to generate HCL (like terraformer). If you want to experiment building on top of Lingon then please go ahead! I’d be happy to help provide the context from Lingon.
  • How do you glue Terraform resources together?
    1 project | /r/devops | 4 Jun 2023
    If "ClickOps" is your starting point, as you mention, you could try creating a new scratch cloud provider account, do all your "ClickOps", then use a TF export tool (e.g., Terraformer) to see the exported TF resources to find all the references to other TF resources in the cloud resource dependency chain.
  • Strategies for converting an existing deployment to IaC?
    2 projects | /r/devops | 31 May 2023
    I haven't worked with any of the ones that purport to work with AWS, but a quick Google shows terraformer and Terracognita as options - maybe look into trying those out?
  • Migration to gcp from aws.
    2 projects | /r/aws | 22 May 2023
    This maybe a bit more complicated if you're not into coding/terraform but I'd use terraformer to convert all of your infrastructure from implementation to code while in AWS, then switch providers and with a bit of jiggly of the code implement your infra into gcs as IaC and keep it that way if/when you switch again.
  • Quick terraform noob question about the tfstate
    1 project | /r/Terraform | 10 May 2023
    Maybe terraformer could help. I never tried it personally . https://github.com/GoogleCloudPlatform/terraformer
  • Possible to backup entire Okta configuration?
    1 project | /r/okta | 9 May 2023
  • How do I convert my CloudFormation template into a Terraform file?
    2 projects | /r/devops | 29 Apr 2023
    I've been wondering if this tool is any good. https://github.com/GoogleCloudPlatform/terraformer/blob/master/docs/aws.md
  • Migrate from terragrunt to terraform
    4 projects | /r/Terraform | 23 Apr 2023
    If you've to write the code (I assumed you just needed to reorganize it without TG) maybe consider https://github.com/GoogleCloudPlatform/terraformer

What are some alternatives?

When comparing Mermaid and terraformer you can also consider the following projects:

plantuml - Generate diagrams from textual description

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

kroki - Creates diagrams from textual descriptions!

former2 - Generate CloudFormation / Terraform / Troposphere templates from your existing AWS resources.

obsidian-releases - Community plugins list, theme list, and releases of Obsidian.

terraforming - Export existing AWS resources to Terraform style (tf, tfstate) / No longer actively maintained

golang-nextjs-portable - Go program with embedded Next.js app.

gardener - Kubernetes-native system managing the full lifecycle of conformant Kubernetes clusters as a service on Alicloud, AWS, Azure, GCP, OpenStack, vSphere, KubeVirt, Hetzner, EquinixMetal, MetalStack, and OnMetal with minimal TCO.

DrawThe.Net - drawthe.net draws network diagrams dynamically from a text file describing the placement, layout and icons. Given a yaml file describing the hierarchy of the network and it's connections, a resulting diagram will be created.

terraform - Terraform enables you to safely and predictably create, change, and improve infrastructure. It is a source-available tool that codifies APIs into declarative configuration files that can be shared amongst team members, treated as code, edited, reviewed, and versioned.

wavedrom - :ocean: Digital timing diagram rendering engine

aws2tf - aws2tf - automates the importing of existing AWS resources into Terraform and outputs the Terraform HCL code.