mirror of
https://github.com/opentffoundation/opentf.git
synced 2026-05-10 15:02:33 -04:00
An invalid type name in a resource (or data source) could cause a panic when determining the implied provider for the resource. This commit adds verification that the type name is valid. It does not add a diagnostic, since the invalid type name would have already been caught by the parser. Fixes #25560