When using astro to plan some specific modules, it will ignore changes in the dependencies in the plan. For example,
- Module A depends on module B.
- I made some changes to module A & B.
- If I run
plan with filter options to target module A, it will not ignore the fact that A depends on B and there are changes in module B when showing the plan result.
- But when running
apply, it will include changes I made in module B.
Suggestion: Always include changes from your dependencies and add flag to allow opt-out for special use cases.
When using
astroto plan some specific modules, it will ignore changes in the dependencies in the plan. For example,planwith filter options to target module A, it will not ignore the fact that A depends on B and there are changes in module B when showing the plan result.apply, it will include changes I made in module B.Suggestion: Always include changes from your dependencies and add flag to allow opt-out for special use cases.