mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-08-06 10:08:28 +00:00
layout, pageClass, heroImage, heroText, actionText, actionLink
| layout | pageClass | heroImage | heroText | actionText | actionLink |
|---|---|---|---|---|---|
| HomeCustom | home-custom | /hero.png | Atlantis | Get Started → | /guide/ |
How it works
- You deploy Atlantis internally. 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 or your private git host.
- Add its URL to your GitHub or GitLab 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