Justin Van Patten

Results 348 comments of Justin Van Patten

For the refresh issue, I suspect the fix for https://github.com/pulumi/pulumi/pull/14078 may have addressed this (shipped in v3.87.0 of the Pulumi CLI), and if not, then the proposed fix for https://github.com/pulumi/pulumi/issues/17131#issuecomment-2336933020...

We should update the Node.js example along the lines of https://github.com/pulumi/pulumi/blob/master/tests/examples/dynamic-provider/secrets/index.ts from https://github.com/pulumi/pulumi/pull/13329 And we need to get https://github.com/pulumi/pulumi/pull/15864 merged, and then update the Python example similarly.

I transferred this to the Azure Native repo because these errors come from the Azure Native provider: https://github.com/pulumi/pulumi-azure-native/blob/ab2c3c1e9611261e9fe2d643e2c19fd33aa18256/provider/pkg/provider/provider.go#L855-L869

@after-ephemera or @Ernxst, what does your `tsconfig.json` file look like? I'm using the standard one from `pulumi new typescript` and I don't need to use `declare`. `tsconfig.json`: ```json { "compilerOptions":...

I see a Java SDK being generated at https://github.com/pulumi/pulumi-cloudflare/tree/master/sdk/java. Not sure why there isn't a top-level Java example, but I do see Java instructions listed at https://www.pulumi.com/registry/packages/cloudflare/installation-configuration/ and drilling into...

It _does_ support java.

Seen again here: https://github.com/pulumi/pulumi/actions/runs/9668626761/job/26673422554?pr=16479#step:39:275