mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-02 09:38:42 +00:00
ef610a650f880c8bf9e6140febbf490908896e5d
Hashicorp has recently added arm64 builds with their recent 0.14 release: https://www.hashicorp.com/blog/announcing-hashicorp-terraform-0-14-general-availability > Terraform 0.14 also adds official support for Linux ARM64 builds. > We’ve gone further and added Linux ARM64 support in the latest 0.13.x releases. Similarly, recent versions of popular providers are also published with arm64 builds. This change updates the build script in order to produce an arm64 binary. This would be useful, for example, for running in the cloud with one of Amazon graviton2 instance types, or at a smaller scale on a Raspberry Pi 3 (or newer).
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 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.
