steep-angle-29984
05/28/2020, 10:53 AMapply()
on an Output
of a resource, shouldn't the callback only be called when the resource is created and the value is available when doing a pulumi preview
?bland-telephone-59986
05/28/2020, 10:57 AMsteep-angle-29984
05/28/2020, 11:04 AMk8s.core.v1.Service
resource and calling apply on it's metadata.name
property, which is an Output
. If I run pulumi preview
the callback gets called with undefined
as value. Am I understanding something wrong here?