Skip to content

Commit

Permalink
docs: Explicit restrictions of atlantis user apply to the --data-dir …
Browse files Browse the repository at this point in the history
…flag (#2915)

* Change the directory mentioned in the `--data-dir` flag description

* Be more explicit on how restrictions of the atlantis user may apply to the `--data-dir` flag

* wrap flag in quotes

* `Please note` -> `Note`

* revert back to `~/atlantis`

* Update server-configuration.md
  • Loading branch information
bschaatsbergen authored Jan 4, 2023
1 parent 04f1d06 commit 673c4f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runatlantis.io/docs/server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,9 @@ and set `--autoplan-modules` to `false`.
Terraform binaries here. If Atlantis loses this directory, [locks](locking.html)
will be lost and unapplied plans will be lost.

Note that the atlantis user is restricted to `~/.atlantis`.
If you set the `--data-dir` flag to a path outside of Atlantis its home directory, ensure that you grant the atlantis user the correct permissions.

### `--default-tf-version`
```bash
atlantis server --default-tf-version="v0.12.31"
Expand Down

0 comments on commit 673c4f1

Please sign in to comment.