https://pulumi.com logo
a

average-student-72594

07/18/2023, 8:16 PM
I am trying to convert my terraform code into python (but the issue also exists with C#) it seems to be running fine for a while:
GetMapping executing: provider=random, pulumi=random
GetMapping success: data=#3666
Then there is a ~90 second pause and an exception is thrown
panic: Got argument 2 to join
followed by a stack trace. Is there a way to find the problematic location in my terraform code? -v=11 did not reveal anything
e

echoing-dinner-19531

07/19/2023, 11:45 AM
I think this will be fixed in the next converter release, which I'm hoping to do today.
That's now released, so give 1.0.4 a try
a

average-student-72594

07/19/2023, 6:19 PM
This fixed it, thank you very much!