Files
atlantis/runatlantis.io
2018-08-09 15:42:18 -10:00
..
2018-08-03 15:27:09 -07:00
2018-08-09 15:42:18 -10:00
2018-08-03 15:27:09 -07:00
2018-08-03 15:27:09 -07:00
2018-07-21 21:30:10 +02: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 plan and comment with the output back to the pull request.
    • The exact terraform plan command is configurable.
  • If the plan looks good, users can comment on the pull request atlantis apply to apply the plan.
    • You can require pull request approval before running apply is allowed.