TF plan scanning only scans root and not “child” modules? #5305
-
It looks like the tf plan scan implementation scans the direct resources under root module without “child” modules. Is this intentional? Wondering what were the considerations and if you can consider also scanning the child modules recursively. Here we convert only
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
Thanks @hazanosher. Moved to issue #5327. |
Beta Was this translation helpful? Give feedback.
-
Hi, @hazanosher! Thank you so much for noticing and reporting it! 🚀 Indeed, KICS is not considering the child modules in the TF plan. PR #5422 fixes it and considers the child modules recursively 😊 |
Beta Was this translation helpful? Give feedback.
Thanks @hazanosher. Moved to issue #5327.