About this project

Atlantis is a self-hosted application written in Go that automates Terraform workflows by listening for pull request events via webhooks. It allows teams to run Terraform commands such as plan, import, and apply remotely, posting the resulting output directly as comments on the pull request. Key capabilities include: - Remote execution of Terraform plan, import, and apply commands. - Integration with pull request workflows to make infrastructure changes visible to the entire team. - Support for collaboration between operations engineers and non-operations engineers on Terraform code. - Standardization of Terraform workflows across an organization.