terraform-ls VS mazzle-starter

Compare terraform-ls vs mazzle-starter and see what are their differences.

mazzle-starter

infrastructure built using devops-pipeline (by samsquire)
Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
terraform-ls mazzle-starter
13 3
951 9
1.5% -
9.4 3.4
4 days ago 7 months ago
Go HCL
Mozilla Public 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.

terraform-ls

Posts with mentions or reviews of terraform-ls. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-08-25.
  • OpenTF Announces Fork of Terraform
    28 projects | news.ycombinator.com | 25 Aug 2023
    Marcin here, one of the OpenTF folks

    This repo [0] seems to still be licensed under MPL, so there is no need for an immediate action, but if there is a willingness in the community to take it over and improve, I see no reason why we wouldn't do it.

    [0] https://github.com/hashicorp/terraform-ls

  • State of terraform
    3 projects | /r/Terraform | 22 Jun 2023
  • Why is this so dumb?
    2 projects | /r/Terraform | 3 May 2023
    For example my other issue with simple click through URLs to resource documentation pages, this would be a simple solution if the resource documentation URL formatting was done to a standard with the resource names.
  • Can't get .tf highlighting to work. Terraform
    3 projects | /r/neovim | 15 Jan 2023
    I have followed this guide: https://github.com/hashicorp/terraform-ls/blob/main/docs/USAGE.md
  • Help with implementing missing LSP functionality in Terraform
    3 projects | /r/neovim | 5 Dec 2022
    As /u/fridgedigga, neither LSP implements renaming. The LSP spec can be found here. I don't know how all of this is wired up. At a minimum, you'll need to add a mapping in service.go and handler. The bulk of work is performed in the handlers.
  • Workflow for DevOps? (Ansible, Terraform, Kubernets, RHET)
    9 projects | /r/neovim | 30 May 2022
    Look at terraform-ls vs terraform-lsp. Both can be used with coc.nvim.
  • Terraform Assistance (Nvim, Vim, LSP?)
    2 projects | /r/vim | 1 Mar 2022
    For the LSP, I have never heard of Terraform before but it looks like they have a section on using it with vim/neovim. Not sure if this is already part of what you have tried, but I can't really help more since I have never used it.
  • VSCode plugin very slow at terraform fmt on save
    2 projects | /r/Terraform | 14 Jun 2021
    This worked, thank you! I found all the cli options here for anyone that needs them.
  • Terraform 1.0 Release
    33 projects | news.ycombinator.com | 8 Jun 2021
    https://github.com/hashicorp/terraform-ls

    These are both fairly limited but you can see every editor (except intellij) uses this under the hood.

    I've used them at companies with 300+ terraform repos and have never had much of an issue navigating/understanding TF through Vim.

  • Using terraform-ls with Kate as LSP Client
    3 projects | /r/kde | 27 Apr 2021
    So, what happens when you run the server from command line and then open your file in Kate? Any difference? Also, is there any command argument for logging and/or debugging the terraform-ls? It might help to find the issue, if any. I found this from the docs.

mazzle-starter

Posts with mentions or reviews of mazzle-starter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-06-08.
  • Scaling Relational SQL Databases
    1 project | news.ycombinator.com | 17 Jun 2021
    I take advantage of I/O being parallel in Python in my mazzle continuous integration pipeline tool. I'm not sharing mutable state.

    I spin up a graph of python Threads and each joins others in a graph. This way we can run graphs in parallel. See this graph - the parts that look like this:

    dependency -> {parallel1; parallel2; parallel3} -> postparallel

    parallel1, parallel2, parallel3 can run in parallel in a separate python thread because the IO is parallel.

    postparallel joins parallel1, parallel2, parallel3 and waits for them all to complete.

    Where parallel1-3 is things like ansible, packer (slow), AMI builds, chef runs etc.

    https://github.com/samsquire/mazzle-starter/blob/master/arch...

  • Terraform v1.0 Is Out
    3 projects | news.ycombinator.com | 8 Jun 2021
  • Terraform 1.0 Release
    33 projects | news.ycombinator.com | 8 Jun 2021
    I use a tool I wrote to layer my infrastructure with layers called components and I configure it with a Graphviz file.

    My tool, called mazzle (previously devops-pipeline) would run parts of the graph that can run in parallel in parallel. It can also run parts of the build on SSH workers. You bring up the workers at the beginning of the build.

    Here's an example of a graph generated from graphviz file: https://github.com/samsquire/mazzle/blob/master/docs/archite...

    This graph brings up a hashicorp vault server, Java application, bastion proxy etc.

    here's the graphviz file: https://github.com/samsquire/mazzle-starter/blob/master/arch...

    It describes the ordering of the infrastructure, the invocation of Ansible, packer, shell scripts to set up vault etc.

    The idea is to be able to bring up a new environment by changing one parameter. There's a React GUI too.

    https://devops-pipeline.com

What are some alternatives?

When comparing terraform-ls and mazzle-starter you can also consider the following projects:

terraform-lsp - Language Server Protocol for Terraform

dhall-terraform - Generate dhall records from terraform resouces, data_sources & providers

terragrunt - Terragrunt is a thin wrapper for Terraform that provides extra tools for working with multiple Terraform modules.

terraform-cdk - Define infrastructure resources using programming constructs and provision them using HashiCorp Terraform

tfenv - Terraform version manager

aws-cloudformation-res

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.

pulumi-tf-provider-boilerplate - Boilerplate code for Terraform provider-backed Pulumi packages

terraform-switcher - A command line tool to switch between different versions of terraform (install with homebrew and more)

porter - Porter enables you to package your application artifact, client tools, configuration and deployment logic together as an installer that you can distribute, and install with a single command.

pulumi-terraform-bridge - A library allowing providers built with the Terraform Plugin SDK to be bridged into Pulumi.

cue - CUE has moved to https://github.com/cue-lang/cue