Commit f8d5d09
committed
fix: pass parameter defaults to expand_language_extensions in code change detection
Without parameter values, Fn::ForEach collections using Ref to
parameters (e.g. {"Ref": "ServiceNames"}) fail to resolve during
expansion, causing _detect_foreach_code_changes to silently skip
code change detection for all ForEach-generated resources.1 parent c720a94 commit f8d5d09
1 file changed
Lines changed: 13 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
586 | 586 | | |
587 | 587 | | |
588 | 588 | | |
589 | | - | |
590 | | - | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
591 | 602 | | |
592 | 603 | | |
593 | 604 | | |
| |||
0 commit comments