Skip to content

Commit 32c4b20

Browse files
authored
docs: add env var variants for autoplan config options (#3073)
1 parent acc8ef6 commit 32c4b20

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

runatlantis.io/docs/server-configuration.md

+4
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,8 @@ By default, changes to modules will not trigger autoplanning. See the flags belo
174174

175175
```bash
176176
atlantis server --autoplan-modules
177+
# or
178+
ATLANTIS_AUTOPLAN_MODULES=true
177179
```
178180

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

186188
```bash
187189
atlantis server --autoplan-modules-from-projects='**/init.tf'
190+
# or
191+
ATLANTIS_AUTOPLAN_MODULES_FROM_PROJECTS='**/init.tf'
188192
```
189193

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

0 commit comments

Comments
 (0)