https://pulumi.com logo
Title
g

great-sunset-355

12/24/2021, 12:32 PM
I really do not enjoy debugging pulumi 😞 this is error says absolutely nothing
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

billowy-army-68599

12/24/2021, 1:07 PM
as far as I can tell, this is telling you something in your list isn't a string.
g

great-sunset-355

01/03/2022, 11:09 AM
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.