Skip to content

Commit

Permalink
docs: add env var variants for autoplan config options (#3073)
Browse files Browse the repository at this point in the history
  • Loading branch information
wyardley committed Jan 31, 2023
1 parent acc8ef6 commit 32c4b20
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions runatlantis.io/docs/server-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,8 @@ By default, changes to modules will not trigger autoplanning. See the flags belo

```bash
atlantis server --autoplan-modules
# or
ATLANTIS_AUTOPLAN_MODULES=true
```

Defaults to `false`. When set to `true`, Atlantis will trace the local modules of included projects.
Expand All @@ -185,6 +187,8 @@ After tracing, Atlantis will plan any project that includes a changed module. Th

```bash
atlantis server --autoplan-modules-from-projects='**/init.tf'
# or
ATLANTIS_AUTOPLAN_MODULES_FROM_PROJECTS='**/init.tf'
```

Enables auto-planing of projects when a module dependency in the same repository has changed.
Expand Down

0 comments on commit 32c4b20

Please sign in to comment.