pull request automation for opentofu and terraform, hardened by cloudimg
Atlantis is an open source server that automates infrastructure as code pull request workflows. It listens for webhooks from your Git provider and runs plan and apply on your pull requests, posting the plan output back to the pull request and locking each workspace so two changes cannot touch the same state at once. This build ships the OpenTofu engine and configures Atlantis to drive it.
cloudimg preinstalls and hardens Atlantis with the OpenTofu engine bundled, a unique web password generated on every instance at first boot, an authenticated reverse proxy in front of the loopback listener, and a bundled self test that proves the engine executes real plans. Every image is paired with a step by step deploy guide and backed by 24/7 support.
Real screenshots taken while testing this image against its deployment guide.
This is a repackaged open source software product wherein additional charges apply for cloudimg support services.
## Why This AMI Instead of Self-Deploying?
Atlantis is a popular open source server that automates OpenTofu and Terraform pull request workflows: it listens for webhooks from your Git provider and runs plan and apply on your pull requests, posting the plan output back to the PR and locking the workspace so two changes cannot touch the same state at once. Deploying it yourself means installing the binary, choosing and installing an infrastructure-as-code engine, writing systemd units, hardening a reverse proxy, generating secure passwords, and maintaining the stack. This AMI eliminates that effort - a pre-hardened Atlantis server is running within minutes of launch, backed by 24/7 expert support with a one-hour average response for critical issues.
## OpenTofu Bundled, Not Terraform
This image ships the OpenTofu command-line engine (Mozilla Public License 2.0) and configures Atlantis to drive it. OpenTofu is a fully open source, drop-in replacement for Terraform. Terraform itself moved to the Business Source License in version 1.6, whose terms restrict competing hosted offerings, so this image deliberately bundles OpenTofu rather than a restrictively-licensed Terraform binary. If you prefer to run your own Terraform, you can install it and repoint the engine.
## Secure By Default
Many pre-built images ship with shared or default passwords - a common vulnerability that exposes instances immediately after launch. This image eliminates that risk:
A continuous-delivery server that can run apply against your cloud is a high-value target, so access to the web UI is gated behind HTTP Basic authentication with the per-instance password.
## You Connect Your Own Repositories
Atlantis orchestrates your infrastructure only after you connect it to your own version control. The image ships ready for you to add your GitHub, GitLab, Bitbucket or Azure DevOps credentials, webhook secret and repository allowlist in a single configuration file, then point a webhook from your repository at the instance. Until you do, the server runs and serves its dashboard but acts on no repository - nothing is automated behind your back. The user guide walks through connecting a repository step by step.
## Proven Plan Engine
Every instance ships with a self-test that runs a real OpenTofu plan through the same engine Atlantis drives, proving the plan machinery works end to end before you ever connect a repository - not merely that a web page loads.
## cloudimg Support
24/7 technical support by email and live chat with a one-hour average response for critical issues. Our engineers help with deployment, connecting Git providers and webhooks, repository allowlists, workflow customization, OpenTofu, TLS termination and upgrades.
## Use Cases
All product and company names are trademarks or registered trademarks of their respective holders. Use of them does not imply any affiliation with or endorsement by them.