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

If two resources have the same name but different types then code generation will fail #11

Open
EvanBoyle opened this issue Apr 13, 2023 · 0 comments
Labels
kind/bug Some behavior is incorrect or out of spec

Comments

@EvanBoyle
Copy link
Contributor

Following the instructions for generating code, if two resources have the same name but different types, then codegen will fail.

anonymous.pp:34,1-44,2: "devrel" already declared; "devrel" already declared

We should either file and fix a bug in pulumi/pulumi on the conversion side, or ensure that we generate globally unique names within the stack.

@EvanBoyle EvanBoyle added the kind/bug Some behavior is incorrect or out of spec label Apr 13, 2023
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

1 participant