aicoolies logo
Atlantis logo
Atlantis logo

Atlantis

Terraform pull request automation via GitHub/GitLab comments

open sourceupdated Aug 16, 2026

Atlantis is a self-hosted Terraform pull request automation tool that runs plan and apply operations triggered by GitHub, GitLab, Bitbucket, or Azure DevOps comments. Type 'atlantis plan' on a PR to see infrastructure changes, then 'atlantis apply' to deploy. 9,100+ GitHub stars, Apache 2.0 licensed. Widely adopted as the standard for GitOps-style Terraform workflows, with locking to prevent concurrent modifications to the same resources.

Read our Atlantis review

A detailed review by the aicoolies team — click to read

Atlantis brings GitOps principles to Terraform by embedding plan/apply workflows directly into pull request comments. Developers interact with infrastructure changes the same way they interact with code: review the plan output in the PR, discuss changes with teammates, and apply when ready. The webhook-based architecture means Atlantis responds to PR events automatically, running plans on new commits and posting results as comments.

Resource locking prevents race conditions where two PRs could modify the same Terraform state simultaneously. The server tracks which PR holds the lock for each workspace and project, preventing concurrent applies that could leave infrastructure in an inconsistent state. Custom workflow configurations allow teams to define pre/post hooks, environment-specific variables, and multi-step deployment sequences.

Atlantis is Apache 2.0 licensed with 9,100+ GitHub stars and one of the most mature Terraform automation projects. It runs as a single Go binary or Docker container with minimal dependencies. The project supports Terraform, OpenTofu, Terragrunt, and other HCL-based tools. Compared to Terraform Cloud or Spacelift, Atlantis provides maximum flexibility and control as a self-hosted solution with zero licensing costs.

Pricing

Free and open-source (Apache 2.0), self-hosted only

Platforms

Self-hosted Go binary or Docker; GitHub/GitLab/Bitbucket webhooks

Categories

Tags

Use Cases

Terraform logo

Terraform

Infrastructure as Code

HashiCorp's infrastructure-as-code tool for provisioning and managing cloud resources declaratively using HCL (HashiCorp Configuration Language). Write infrastructure definitions once and deploy to AWS, GCP, Azure, DigitalOcean, and 4,000+ providers. Features state management for tracking resources, plan/apply workflow for safe changes, modules for reusability, and workspaces for environment isolation. The industry standard for multi-cloud IaC with 48K+ GitHub stars.

freemium
Pulumi logo

Pulumi

Infrastructure as Code using real programming languages — TypeScript, Python, Go, C#, Java.

Pulumi is a modern Infrastructure as Code platform that lets teams define cloud infrastructure using familiar programming languages instead of DSLs. Supports TypeScript, Python, Go, C#, Java, and YAML across major clouds, Kubernetes, and a broad Pulumi Registry with Terraform-derived provider coverage. Offers testing, IDE autocomplete, reusable components, and Pulumi Cloud state/governance features.

freemiumOpen Source
Infracost logo

Infracost

Cloud cost estimates for Terraform changes in pull requests

Infracost shows cloud cost changes directly in pull requests before infrastructure-as-code changes are deployed. It calculates cost impact across AWS, Azure, and GCP for Terraform, Terragrunt, CloudFormation, and AWS CDK workflows, with diffs in GitHub, GitLab, Bitbucket, and Azure DevOps. 12.4K+ GitHub stars, Apache 2.0 licensed. Used by GitLab, HelloFresh, JPMorgan Chase, BMW, and Accenture.

Open Source

Related Tools

computed discovery: shared active categories · kept separate from editor-verified Alternatives

KTransformers parent kvcache-ai logo

KTransformers

Heterogeneous CPU-GPU inference and SFT for large MoE models

Open-source framework for running and fine-tuning large Mixture-of-Experts models with heterogeneous CPU-GPU execution, optimized kernels, limited VRAM and SGLang or LLaMA-Factory integrations.

Open Source
vLLM Production Stack parent vLLM logo

vLLM Production Stack

Official Kubernetes and Helm reference stack built on the vLLM inference engine

Official vLLM reference implementation for scaling the existing inference engine on Kubernetes with Helm, request routing, KV-cache offload, autoscaling and Prometheus/Grafana observability.

Open Source
Dynamo logo

NVIDIA Dynamo

Distributed inference orchestration above vLLM, SGLang and TensorRT-LLM

Open-source, datacenter-scale orchestration layer that coordinates vLLM, SGLang and TensorRT-LLM across nodes with disaggregated serving, KV-aware routing, multi-tier cache management and automatic scaling.

Open Source
GPUStack logo

GPUStack

Open-source GPU control plane for scalable AI model serving

Open-source GPU cluster manager that configures vLLM, SGLang, TensorRT-LLM or custom engines, serves models through compatible APIs, and provisions SSH-accessible GPU instances across on-premises, Kubernetes and cloud environments.

Open Source
Mooncake logo

Mooncake

Disaggregated KV cache storage and transfer for LLM serving

Open-source infrastructure for disaggregated LLM serving that pools KV caches across prefill and decode workers, with high-performance transfer, distributed storage and integrations for vLLM and SGLang.

Open Source
gh-aw GitHub parent mark

GitHub Agentic Workflows

Run AI coding agents in GitHub Actions from Markdown

Open-source GitHub CLI extension for defining repository automations in Markdown and running Copilot, Claude Code, Codex, Gemini or custom agents inside hardened GitHub Actions workflows.

freeOpen Source

Used in Stacks

Comparisons

Terragrunt vs Atlantis — IaC Configuration Orchestration vs Pull-Request Automation

Terragrunt and Atlantis both enhance Terraform workflows but serve different roles in the infrastructure automation stack. Terragrunt is a CLI orchestration layer that keeps Terraform configurations DRY across environments, while Atlantis provides a pull-request-driven automation server that runs Terraform plan and apply through GitOps workflows triggered by code review comments.

TerragruntAtlantis

Atlantis vs Terraform Cloud — Open-Source PR Automation vs HashiCorp's Managed Platform

Atlantis and Terraform Cloud both automate Terraform workflows through pull requests, but they represent fundamentally different approaches. Atlantis is a free, self-hosted Go binary that adds plan/apply automation to your existing Git workflow. Terraform Cloud is HashiCorp's managed platform with state management, policy enforcement, and a full governance suite. This comparison helps platform teams choose between open-source freedom and managed enterprise features.

AtlantisTerraform

FAQ

What is Atlantis?

Atlantis is a self-hosted Terraform pull request automation tool that runs plan and apply operations triggered by GitHub, GitLab, Bitbucket, or Azure DevOps comments. Type 'atlantis plan' on a PR to see infrastructure changes, then 'atlantis apply' to deploy. 9,100+ GitHub stars, Apache 2.0 licensed. Widely adopted as the standard for GitOps-style Terraform workflows, with locking to prevent concurrent modifications to the same resources.

Is Atlantis free?

Yes — Atlantis is open source and free to use. Free and open-source (Apache 2.0), self-hosted only

Is Atlantis open source?

Yes — Atlantis is open source.

What are the best Atlantis alternatives?

The top editor-verified Atlantis alternatives are Terraform, Pulumi, Infracost.

How does Atlantis score in our review?

Our hands-on review scores Atlantis 82/100 overall, based on speed, privacy, and developer-experience testing.