● Beta — KubeEra is in active development. Profiles are live; AI-perception measurement is rolling out.
A

Atlantis

SandboxProvisioning & Security
Open source · CNCF · CNCF Sandbox · Apache-2.0

Atlantis is a self-hosted application that automates Terraform (and OpenTofu) workflows via pull requests.

updated 2026-07-01

Atlantis

What it is

Atlantis is a self-hosted application that automates Terraform (and OpenTofu) workflows via pull requests. You run it as a service — typically listening for webhooks from GitHub, GitLab, Bitbucket, or Azure DevOps — and it executes terraform plan and terraform apply in response to PR comments (atlantis plan, atlantis apply). Plan output gets posted back to the PR so reviewers see exactly what will change before anyone merges. It's not a SaaS product — you deploy it yourself (Docker, Kubernetes, EC2, whatever) and point it at your repos.

The core value proposition is simple: stop letting people run terraform apply from their laptops with unknown state and unknown credentials. Force every infra change through a reviewable, auditable PR workflow.

Who builds it and why

Atlantis started as an independent open-source project (originally built by engineers at Hootsuite, later maintained under runatlantis.io) before being donated to CNCF as a Sandbox project. It's not backed by a single vendor selling a commercial version — there's no "Atlantis Cloud" upsell waiting for you. The 523 contributors and steady commit cadence (latest activity through mid-2026, release v0.46.0) suggest a healthy community-driven maintenance model rather than a single company's roadmap driving it.

The motivation is practical, not commercial: teams got tired of Terraform Cloud's pricing model or wanted something they fully control and can run air-gapped, and built this instead.

Production readiness signal

  • 9,166 GitHub stars, 523 contributors — wide adoption and a broad base of people who understand the codebase, not a single-maintainer bus-factor risk.
  • Active commit history through 2026 — not abandoned, not stagnant.
  • CNCF Sandbox status — this is the earliest tier of CNCF maturity. It signals community interest and a path toward incubation, not enterprise-grade governance or long-term support guarantees. Don't read "CNCF" as a stamp of production hardening by itself.
  • Apache-2.0, written in Go — standard, permissive, easy to fork if the project ever stalls.
  • Atlantis has been running in production at real companies for years (Hootsuite, GitHub itself at one point, many others) — this isn't unproven tech, it's mature and boring in the good sense.

Who should use this

  • Teams already doing GitOps-style infra changes who want plan/apply gated behind PR review and approval.
  • Organizations that want Terraform automation without paying for Terraform Cloud/HCP or Spacelift, and are comfortable operating another service themselves.
  • Platforms teams that need custom policy checks (via conftest/OPA integration) baked into the apply pipeline.
  • Anyone who wants full control over runners, network access, and secrets handling — self-hosting means your credentials never leave your infrastructure.

Who should NOT use this

  • Small teams without platform ops capacity. Atlantis is another service you must deploy, upgrade, secure, and monitor. If you don't have someone owning that, you'll create more toil than you save.
  • Teams wanting a managed experience. If you don't want to think about webhook config, server locks, or upgrade paths, Terraform Cloud or Spacelift will cost more but require less care and feeding.
  • Multi-IaC-tool shops. Atlantis is Terraform/OpenTofu-specific. If you're also running Pulumi, CloudFormation, or CDK, you'll need separate tooling anyway — it doesn't unify anything.
  • Teams needing built-in cost estimation, drift detection, or fine-grained RBAC out of the box. Atlantis gives you the workflow primitive; you build or bolt on the rest.

Alternatives

  • Terraform Cloud/HCP Terraform — HashiCorp's managed offering with plan/apply, state management, and Sentinel policy, at the cost of vendor lock-in and per-workspace pricing.
  • Spacelift — commercial, opinionated multi-IaC CI/CD platform with stronger policy and RBAC features than Atlantis, but paid and closed-source.
  • env0 — managed Terraform/OpenTofu automation aimed at cost visibility and governance, competing directly with Terraform Cloud.

Pricing

Fully open source, Apache-2.0. No paid tier, no vendor, no enterprise edition. You pay only for the infrastructure you run it on and the engineering time to operate it.

Frequently asked

What is Atlantis?+
Atlantis is a self-hosted application that automates Terraform (and OpenTofu) workflows via pull requests.
Who builds Atlantis?+
Atlantis started as an independent open-source project (originally built by engineers at Hootsuite, later maintained under runatlantis.io) before being donated to CNCF as a Sandbox project. It's not backed by a single vendor selling a commercial version — there's no "Atlantis Cloud" upsell waiting for you.
Is Atlantis production ready?+
9,166 GitHub stars, 523 contributors — wide adoption and a broad base of people who understand the codebase, not a single-maintainer bus-factor risk. Active commit history through 2026 — not abandoned, not stagnant. CNCF Sandbox status — this is the earliest tier of CNCF maturity.
Who should use Atlantis?+
Teams already doing GitOps-style infra changes who want plan/apply gated behind PR review and approval. Organizations that want Terraform automation without paying for Terraform Cloud/HCP or Spacelift, and are comfortable operating another service themselves.
Who should not use Atlantis?+
Small teams without platform ops capacity. Atlantis is another service you must deploy, upgrade, secure, and monitor. If you don't have someone owning that, you'll create more toil than you save. Teams wanting a managed experience.
What are the alternatives to Atlantis?+
Terraform Cloud/HCP Terraform — HashiCorp's managed offering with plan/apply, state management, and Sentinel policy, at the cost of vendor lock-in and per-workspace pricing. Spacelift — commercial, opinionated multi-IaC CI/CD platform with stronger policy and RBAC features than Atlantis, but paid and closed-source.
How much does Atlantis cost?+
Fully open source, Apache-2.0. No paid tier, no vendor, no enterprise edition. You pay only for the infrastructure you run it on and the engineering time to operate it.