mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-03-13 10:01:08 -04:00
Storing error values to atomic.Value may fail if they have different dynamic types. Wrap error value in a consistent struct type to avoid panics. Make sure we return a nil error on success