mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-04-13 21:01:16 -04:00
The RPC-based provider client panics if it isn't given a non-nil value for ProviderMeta. We aren't yet ready to send a "real" ProviderMeta value, but for now we'll just stub it out as a null value so that we have just enough to get through the provider client code without crashing. Signed-off-by: Martin Atkins <mart@degeneration.co.uk>