Justin Van Patten

Results 166 comments of Justin Van Patten

Reopening because we reverted the fix in https://github.com/pulumi/pulumi/pull/16131 due to https://github.com/pulumi/pulumi/issues/16126.

Note that https://github.com/pulumi/pulumi-dotnet/issues/292 needs to be addressed before we bring this back.

Thanks for opening the issue and sorry for the trouble! I was able to reproduce the same behavior with a `Bucket` resource in AWS. I would expect the resource to...

> - [ ] Explore/spike on generating copyable resource constructors (minimal and complete) > - [ ] Explore/spike on generating copyable lookup functions I think both of these are covered...

> > * [ ] Add and populate a new field to the schema for copyable resource constructors > > * [ ] Add and populate a new field to...

Thanks for digging into this, Pat! > `pulumi/pulumi/sdk` could then freely depend on `pulumi/esc` and `pulumi/pulumi/pkg` could depend on `github.com/pulumi/esc/cmd/cli`, all without circularity. This would be ideal. If others find...