pulumi / pulumi-yaml

YAML language provider for Pulumi
Apache License 2.0
38 stars 11 forks source link

Return an error when a resource is missing a type #468

Closed justinvp closed 1 year ago

justinvp commented 1 year ago

Return a useful error message when a resource does not have a 'type' field specified, rather than a panic.

Fixes #465