pulumi / pulumi-java

Java support for Pulumi
Apache License 2.0
64 stars 19 forks source link

Add support for 'any resource' codegen #1336

Closed AaronFriel closed 3 months ago

AaronFriel commented 4 months ago

Part of pulumi/pulumi#6346.

Depends on commit in https://github.com/pulumi/pulumi/pull/15793.

AaronFriel commented 3 months ago

@t0yv0 @justinvp getting tests to pass required more changes than I expected, as it looks like SDK codegen has changed:

https://github.com/pulumi/pulumi-java/pull/1336/files#diff-5faecbaf7ae0e55d4c63d83d70d5144ba4fd1dcf5eadfd47260a3f5de57fab16

But tests are passing. I leave this up to you to review & decide if this is mergeable.