little-cartoon-10569
11/17/2023, 2:05 AMnewResource()
callback in setMocks()
. Has this changed? Tracing into the constructor looks like a normal Pulumi resource, but newResource() doesn't get called at any point.new RandomString().result
is an Output containing undefined, because I have been setting result
in newResource()
. So all my other resources that use result
now have undefineds, and the related assertions all fail.