Configuring Atlantis
There are three methods for configuring Atlantis:
- Passing flags to the
atlantis servercommand - Creating a server-side repo config file and using the
--repo-configflag - Placing an
atlantis.yamlfile at the root of your Terraform repositories
Flags
Flags to atlantis server are used to configure the global operation of
Atlantis, for example setting credentials for your Git Host
or configuring SSL certs.
See Server Configuration for more details.
Server-Side Repo Config
A Server-Side Repo Config file is used to control per-repo behaviour
and what users can do in repo-level atlantis.yaml files.
See Server-Side Repo Config for more details.
Repo-Level atlantis.yaml Files
atlantis.yaml files placed at the root of your Terraform repos can be used to
change the default Atlantis behaviour for each repo.
See Repo-Level atlantis.yaml Files for more details.