pulumi / pulumi-yaml

YAML language provider for Pulumi
Apache License 2.0
39 stars 12 forks source link

No support for `organization` builtin #461

Closed EvanBoyle closed 2 months ago

EvanBoyle commented 1 year ago

Trying to use pulumi convert from YAML to generate examples and there is no support for the typescript equivalent:

const organization = pulumi.getOrganization();

Looks like we have support for project and stack builtins but not this one.

AaronFriel commented 1 year ago

Related: since getOrganization is now total in other languages, returning "organization" by default we can add this builtin and have it behave identically.