mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-06-03 10:02:32 -04:00
Variables values are marshalled with an explicit type of cty.DynamicPseudoType, but were being decoded using `Implied Type` to try and guess the type. This was causing errors because `Implied Type` does not expect to find a late-bound value.