mirror of
https://git.vectorsigma.ru/public/atlantis.git
synced 2026-07-29 00:18:28 +00:00
chore: add note of autoplan modules limitation (#3166)
This commit is contained in:
@@ -170,6 +170,10 @@ Values are chosen in this order:
|
||||
By default, changes to modules will not trigger autoplanning. See the flags below.
|
||||
:::
|
||||
|
||||
::: warning NOTE
|
||||
If any projects are defined in a repo atlantis.yaml file, the logic for this flag will not execute. See issue [#3122](https://github.com/runatlantis/atlantis/issues/3122).
|
||||
:::
|
||||
|
||||
### `--autoplan-modules`
|
||||
|
||||
```bash
|
||||
@@ -183,6 +187,10 @@ Included project are projects with files included by `--autoplan-file-list`.
|
||||
After tracing, Atlantis will plan any project that includes a changed module. This is equivalent to setting
|
||||
`--autoplan-modules-from-projects` to the value of `--autoplan-file-list`. See below.
|
||||
|
||||
::: warning NOTE
|
||||
If any projects are defined in a repo atlantis.yaml file, the logic for this flag will not execute. See issue [#3122](https://github.com/runatlantis/atlantis/issues/3122).
|
||||
:::
|
||||
|
||||
### `--autoplan-modules-from-projects`
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user