I really do not enjoy debugging pulumi :disappoint...
# python
g
I really do not enjoy debugging pulumi 😞 this is error says absolutely nothing
Copy code
transformed: Input[U] = func(value)
    TypeError: sequence item 6: expected str instance, NoneType found
    error: an unhandled error occurred: Program exited with non-zero exit code: 1
👍 1
b
as far as I can tell, this is telling you something in your list isn't a string.
g
Yeah, the fun fact is that the object throwing this error receives many lists and expects a JSON so the error thrown is not really helpful.