pulumi / pulumi-yaml

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

Apply aliases from schema #533

Closed justinvp closed 7 months ago

justinvp commented 7 months ago

A schema for a resource can specify a list of aliases for the resource. This change makes it so that such aliases from the schema are applied for a given resource.

Fixes #532