mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-25 05:00:19 -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.