Justin Van Patten

Results 348 comments of Justin Van Patten

We should consider making https://github.com/pulumi/pulumi/pull/16094 work correctly with great UX. I tried that change out as-is and it didn't appear to be working correctly. Also, from the description, it says...

We've been using https://github.com/pulumi/pulumi/issues/6933 to track this. Can this be closed as a dupe?

> 2\. Type of the input to the applyT'd function should be `lb.ApplicationLoadBalancer` not `lb.Loadbalancer` Hmm, it looks like the type is correct to me. `ApplicationLoadBalancer.LoadBalancer` is `lb.LoadBalancerOutput` where `lb`...

> schematizing existing Overlays like S3 `Bucket:onObjectCreated` Just a note that there are some other challenges to schematizing this. We don't currently have a good way of representing `BucketEventHandler` or...

@gpduck, I think what you're reporting is actually #5126

`-c` wasn't intended to be used in this way, it was originally designed for use with `pulumi up --config` for cases where you are deploying code that isn't in the...

Hi @mikeseese, thanks for opening the issue. The current behavior is by design: https://github.com/pulumi/pulumi/blob/b6032ca66e67f7298da864d9938e2696d2603de2/pkg/backend/httpstate/stack.go#L52-L76 Though, I can see how it could be desirable to always see the fully qualified name....

Thanks for bringing that to our attention @mtoto!

Sorry for the trouble, @vigor-vavan. This sounds likely specific to Azure Native, so transferring to that repo and someone will take a look soon.

Thanks for opening the issue in this repo. We'll take a look.