Installation Guide

This guide is for installing a production-ready instance of Atlantis onto your infrastructure:

  1. First, ensure your Terraform setup meets the Atlantis requirements
  2. Create access credentials for your Git host (GitHub, GitLab, Gitea, Bitbucket, Azure DevOps)
  3. Create a webhook secret so Atlantis can validate webhooks
  4. Deploy Atlantis into your infrastructure
  5. Configure Webhooks on your Git host so Atlantis can respond to your pull requests
  6. Configure provider credentials so Atlantis can actually run Terraform commands

TIP

If you want to test out Atlantis first, check out Test Drive and Testing Locally.