mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-10 01:00:25 -04:00
Fixes #12788 We would panic when referencing an output from an undefined module. The panic above this is correct but in this case Load will not catch interpolated variables that _reference_ an unloaded/undefined module. Test included.