mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 04:08:35 +00:00
d13bb002b3374d22b7ebaee6247c5b866edbe7e6
- Fix terraform lock file checksum verification by updating with correct checksums for null provider v3.2.4 - Fix GitLab request parser validation errors by removing nolint comments from JSON test data - Fix step validation error messages by adding missing newlines - Fix MultiEnv step runner error messages by capitalizing 'Invalid' - Fix GitHub client merge method error messages by capitalizing 'Merge method' and 'Specify' All tests now pass successfully.
chore(deps): update ghcr.io/runatlantis/atlantis:latest docker digest to 79c1f1a in dockerfile.dev (main) (#5472)
Atlantis

Terraform Pull Request Automation
Resources
- How to get started: www.runatlantis.io/guide
- Full documentation: www.runatlantis.io/docs
- Download the latest release: github.com/runatlantis/atlantis/releases/latest
- Get help in our Slack channel in channel #atlantis and development in #atlantis-contributors
- Start Contributing: CONTRIBUTING.md
What is Atlantis?
A self-hosted golang application that listens for Terraform pull request events via webhooks.
What does it do?
Runs terraform plan, import, apply remotely and comments back on the pull request with the output.
Why should you use it?
- Make Terraform changes visible to your whole team.
- Enable non-operations engineers to collaborate on Terraform.
- Standardize your Terraform workflows.