mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 04:18:32 +00:00
layout, pageClass, heroImage, heroText, actionText, actionLink, title
| layout | pageClass | heroImage | heroText | actionText | actionLink | title |
|---|---|---|---|---|---|---|
| HomeCustom | home-custom | /hero.png | Atlantis | Get Started → | /guide/ | Terraform Automation By Pull Request |
How it works
- You host Atlantis yourself. You don't have to give your cloud credentials to a third party.
- It runs as a golang binary or Docker container.
- Expose it with a URL that is accessible by github/gitlab.com/bitbucket.org or your private git host.
- Add its URL to your GitHub, GitLab or Bitbucket repository so it can receive webhooks.
- When a Terraform pull request is opened, Atlantis will run
terraform planand comment with the output back to the pull request.- The exact
terraform plancommand is configurable.
- The exact
- If the
planlooks good, users can comment on the pull requestatlantis applyto apply the plan.- You can require pull request approval before running
applyis allowed.
- You can require pull request approval before running