Anyone encountered an issue when `pulumi preview` ...
# typescript
h
Anyone encountered an issue when
pulumi preview
with a creation of new Azure Service Bus Topic with subscriptions won't show the subscriptions? Only the Topic is shown in preview mode (
pulumi up
works correctly), but since they're not shown they don't allow to manipulate the subscriptions in the same run (eg. adding rules to subscriptions)
l
Are you creating the subscriptions in an apply()? Applys aren't resolved during previews.