Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No support for organization builtin #461

Open
EvanBoyle opened this issue Jun 17, 2023 · 1 comment
Open

No support for organization builtin #461

EvanBoyle opened this issue Jun 17, 2023 · 1 comment
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@EvanBoyle
Copy link
Contributor

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.

@EvanBoyle EvanBoyle added the kind/bug Some behavior is incorrect or out of spec label Jun 17, 2023
@AaronFriel
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

2 participants