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

TestGenerateProgram/regress-node-12507 fails #494

Open
Frassle opened this issue Aug 12, 2023 · 0 comments
Open

TestGenerateProgram/regress-node-12507 fails #494

Frassle opened this issue Aug 12, 2023 · 0 comments
Labels
area/codegen `pulumi convert` kind/bug Some behavior is incorrect or out of spec

Comments

@Frassle
Copy link
Member

Frassle commented Aug 12, 2023

Error: Failed to generate YAML program: *model.IndexExpression

  on regress-node-12507.pp line 15:
  16:   localGatewayRouteTableId            = rts.ids[range.value]

Unimplemented! Needed for  rts.ids[range.value]

I had a look to see if this was easy to fix, Looks like `expr(e model.Expression) in gen_program,go needs to check for IndexExpression but wasn't clear how to correctly translate that to YAML.

@Frassle Frassle added kind/bug Some behavior is incorrect or out of spec area/codegen `pulumi convert` labels Aug 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/codegen `pulumi convert` kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

No branches or pull requests

1 participant