Installation Guide
This guide is for installing a production-ready instance of Atlantis onto your infrastructure:
- First, ensure your Terraform setup meets the Atlantis requirements
- See Requirements
- Create access credentials for your Git host (GitHub, GitLab, Gitea, Bitbucket, Azure DevOps)
- Create a webhook secret so Atlantis can validate webhooks
- Deploy Atlantis into your infrastructure
- See Deployment
- Configure Webhooks on your Git host so Atlantis can respond to your pull requests
- 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.