I am trying to convert my terraform code into pyth...
# general
a
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
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
This fixed it, thank you very much!