mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-18 09:02:04 -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