mirror of
https://github.com/opentofu/opentofu.git
synced 2025-01-06 22:23:43 -06:00
cabcc4b5b8
Fixes #8695 When a list count was computed in a multi-resource access (foo.bar.*.list), we were returning the value as empty string. I don't actually know the histocal reasoning for this but this can't be correct: we must return unknown. When changing this to unknown, the new tests passed and none of the old tests failed. This leads me further to believe that the return empty string is probably a holdover from long ago to just avoid crashes or UUIDs in the plan output and not actually the correct behavior. |
||
---|---|---|
.. | ||
main.tf |