From 280fff56e0f95fa4c2a3bb3c5673f7ff82df92a2 Mon Sep 17 00:00:00 2001 From: Hiroaki Izu <7583548+akihiro17@users.noreply.github.com> Date: Fri, 8 Nov 2024 06:50:04 +0900 Subject: [PATCH] docs: remove note abount autoplan modules limitation (#5077) Signed-off-by: akihiro17 Co-authored-by: akihiro17 --- runatlantis.io/docs/server-configuration.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/runatlantis.io/docs/server-configuration.md b/runatlantis.io/docs/server-configuration.md index 986d5dbc1..303e9df06 100644 --- a/runatlantis.io/docs/server-configuration.md +++ b/runatlantis.io/docs/server-configuration.md @@ -185,10 +185,6 @@ 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 @@ -202,10 +198,6 @@ 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