mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 04:28:22 +00:00
c4f89958d3c3028ddf7fc79eb79db90d6fafe883
- Use logger for all warnings. Previously we were writing warnings from cmd/server.go directly to stderr which bypassed our normal log format. - Add the timezone to log output. This is just really nice to have if you're looking at old logs. - Change levels to all be 4 characters: DBUG, INFO, WARN, EROR. This makes the logs easier to read because it lines up. - Log when we first receive the request as well as when we send a response. This makes it easier to see where the request starts and ends.
Atlantis
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 or our Gitter channel
- 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 and 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.

