terraform-starter VS atmos

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

terraform-starter

Starter repository to play with Spacelift (by spacelift-io)

atmos

đź‘˝ Terraform Orchestration Tool for DevOps. Keep environment configuration DRY with hierarchical imports of configurations, inheritance, and WAY more. Native support for Terraform and Helmfile. (by cloudposse)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
terraform-starter atmos
9 8
32 559
- 10.2%
1.0 8.6
10 days ago 5 days ago
HCL 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.

terraform-starter

Posts with mentions or reviews of terraform-starter. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-06-01.
  • Why does Hashicorp advise against using workspaces to manage environments?
    3 projects | /r/Terraform | 1 Jun 2022
    We obviously don't have a project for your exact use case, but we have an open-source example repo that shows a fairly advanced scenario of using the Terraform Spacelift Provider https://github.com/spacelift-io/demo-preview-environments-manager, a simple quickstart of using it https://github.com/spacelift-io/terraform-starter and you can also see the CloudPosse Atmos project, for a very advanced scenario which generates lot's of Stacks based on your component specifications https://github.com/cloudposse/atmos.
  • A few questions on getting started with Terraform in production
    1 project | /r/Terraform | 18 Feb 2022
  • Do I need another CI/CD for my infrastructure?
    2 projects | dev.to | 6 Feb 2022
    Use our starter repository to play with Spacelift (guide)
  • Do you use Atlantis for Terraform dev collaboration?
    3 projects | /r/devops | 25 Jan 2022
  • Does anyone have input on env0 vs TFC or similar?
    1 project | /r/Terraform | 10 Jan 2022
    If you're looking for TFC alternatives where you can manage your own state, https://spacelift.io is another option. We've got a tutorial walking you through creating an account and using Spacelift here if you wanna give it a try: https://github.com/spacelift-io/terraform-starter
  • Alternative to Atlantis
    3 projects | dev.to | 24 Oct 2021
    Spacelift goes a few steps further though and puts policy-as-code in the center of its value proposition and builds a consistent, robust policy framework. Apart from providing a comprehensive automated change review and ensuring compliance of your Terraform changes, Spacelift uses the same approach to allow you to declare rules around account and project access, handling push notifications, starting runs and triggering tasks, and creating relationships between projects. It also provides the Policy Workbench, which lets you view past executions of your policy – including the inputs and decisions that have been made – and lets you interactively edit your policy, while simulating its execution on these previous inputs. You can use our starter repo to quickly provision a bunch of policies and get a feel for how you can work with them in Spacelift.
  • Spacelift Feature Reveal: Resources Visualization
    1 project | /r/devops | 18 Mar 2021
    PS: If you want to quickly check out Spacelift (literally 15 minutes of your time) come and take a look at our Starter Repository!
  • Scalr vs Spacelift vs Atlantis vs Env0 Bake off
    1 project | /r/Terraform | 16 Feb 2021
    Feel free to [schedule a chat/demo with us](https://spacelift.io/schedule-demo.html) or tu play with our starter repo to [learn more](https://github.com/spacelift-io/terraform-starter).
  • Show HN: Spacelift – first all-in-one CI/CD for Infrastructure as Code
    1 project | news.ycombinator.com | 11 Feb 2021
    Hi HN!

    We are the team behind Spacelift (https://spacelift.io/). Spacelift is the CI/CD for infrastructure-as-code, be it Terraform, Pulumi, CloudFormation or Ansible (coming soon), and policy as code. It enables collaboration, automates manual work and compliance, and lets teams customize and automate their workflows.

    Here’s what you can do with Spacelift

    - Build sophisticated Git-based workflows

    - Use Open Policy Agent to declare rules around your infrastructure, access control, state changes, and more

    - Author and maintain reusable modules for your organization; we even have a full CI solution for modules to make sure they’re healthy

    - Declare who can log in (and under what circumstances) and what their level of access to each of the managed projects should be (SAML 2.0 SSO out of the box!) using login and access policies respectively

    - Use Spacelift’s trigger policies to create arbitrary workflows and dependencies spanning multiple infrastructure-as-code stacks

    - Manage stacks, contexts, modules, and policies in a declarative way using Terraform or Pulumi

    Before Spacelift, we built bespoke solutions (e.g., Geopoiesis, https://www.reddit.com/r/Terraform/comments/fu6pj1/geopoiesisio_anyone_knows_something_about_it/), currently used by two of the largest European scaleups.

    In the past few months, we’ve been onboarding our first customers and making sure everything works as expected. You can check out our starter repo at https://github.com/spacelift-io/terraform-starter. It's an easy way to learn all of Spacelift’s capabilities in 15 minutes without tapping into your own cloud resources. We’d love your thoughts on our approach and anything that has worked or hasn’t worked for you.

    P.S. We are hiring https://spacelift.io/careers

atmos

Posts with mentions or reviews of atmos. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-30.
  • AWS Landing zone creation: manual or AWS Control Tower?
    1 project | /r/Terraform | 23 Jun 2023
    This is why we created atmos to make it easier to manage large multi-account architectures. As a result, our components are reusable across organizations, regardless of how many accounts and regions they operate, and we minimize the snowflakes. And we avoid code generation, which is hard to thoroughly test in an automated fashion. Without naming names, lots of tools for terraform rely on code generation, but I see it as an anti-pattern that should be avoided.
  • How to manage terraform code for large projects?
    4 projects | /r/Terraform | 30 May 2023
  • Terraform | Take your Terraform skills to the next level!
    1 project | /r/devops | 16 May 2023
    sorry did not find anything advanced. A better tool to make terraform scaleable is https://atmos.tools
  • Terraform docs say longstanding deployments should not use workspaces. what are your thoughts?
    2 projects | /r/Terraform | 6 Feb 2023
    Workspaces are incredibly practical, and we leveraging them at-scale with literally thousands of workspaces using atmos for terraform. There is so much FUD around workspaces that is either ill-informed or based on outdated information. Any company using terraform at scale will rely on tooling and conventions. It's up to that tooling to ensure you are using terraform safely. Atmos is one of those tools. I'm not saying that you have to use workspaces, but just that there's nothing wrong with workspaces themselves.
  • List of most useful Terraform open-source tools
    14 projects | /r/Terraform | 28 Aug 2022
    Check out atmos for a fresh take at managing terraform configurations and terraform workflows. Instead of managing HCL `.tfvar` files manually for configuration, it uses YAML, and supports concepts of imports (via deep merging), remote imports (anything supported by gogetter), mixins, inheritance, multiple-inheritance, vendoring of root modules, workflows, task runners (via custom subcommands), and much more. There's a bit of a learning curve and mind-shift required if coming from a Terragrunt background, but the experience is mindblowing after switching to it. Also, it's not limited to terraform.
  • Why does Hashicorp advise against using workspaces to manage environments?
    3 projects | /r/Terraform | 1 Jun 2022
    We obviously don't have a project for your exact use case, but we have an open-source example repo that shows a fairly advanced scenario of using the Terraform Spacelift Provider https://github.com/spacelift-io/demo-preview-environments-manager, a simple quickstart of using it https://github.com/spacelift-io/terraform-starter and you can also see the CloudPosse Atmos project, for a very advanced scenario which generates lot's of Stacks based on your component specifications https://github.com/cloudposse/atmos.
  • Atmos
    1 project | /r/devopspro | 26 May 2022
  • Atmos: Universal Tool for DevOps and Cloud Automation (Terraform, Helm, etc.)
    1 project | news.ycombinator.com | 22 May 2022

What are some alternatives?

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

terragrunt-atlantis-config - Generate Atlantis config for Terragrunt projects.

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