mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-01-22 02:03:06 -05:00
Fixes #10122 The simple fix was that we forgot to close `ReadDataApply` for the provider. But I've always felt that this section of the code was brittle and I wanted to put in a more robust solution. The `shadow.Close` method uses reflection to automatically close all values.