Bryce Lampe

Results 196 comments of Bryce Lampe

@flostadler to clarify, we aren't adding any new resources only changing the internals of what's currently available. The legacy docker provider is showing its age, and it would be good...

Agree with @Frassle > Should we not just fix the engine to assume that everything in detailed diffs should also be in diffs? I'll look into the feasibility of that...

@EronWright was there a reason we don't pass down `options` here? (Component resource options remain perpetually confusing to me!) https://github.com/pulumi/pulumi-kubernetes/blob/cccf799f2a01bf833bbca980197e3e926ac79092/provider/pkg/provider/helm/v4/chart.go#L267

Different major versions should be able to coexist by virtue of the version being part of the import path. I don't understand why this is manifesting as a blocker, because...

> The issue is that this would always cause a change and recreate the sts. Can you use the [random](https://www.pulumi.com/registry/packages/random/) provider? > And why is pulumi-kubernetes only using Patch and...

Totally agree the transform workaround is awkward and non-obvious. > The generated name is invalid: valkey:base/valkey-node-094adbbd > Proposed solution: autonaming for chart resources strip the prefix (valkey:base/valkey-node-094adbbd -> valkey-node-094adbbd) This...

> Replace entries on this page with links to the tagged GitHub Releases I might have a slight preference for this one -- if only because it can be a...

The other SDKs correctly generate this as role_id/roleId, but for some reason dotnet just calls it an id. https://github.com/pulumi/pulumi-azuread/blob/449f61773b51cda248f2eb4af536abcdcc272a85/sdk/python/pulumi_azuread/application_app_role.py#L104-L106 https://github.com/pulumi/pulumi-azuread/blob/449f61773b51cda248f2eb4af536abcdcc272a85/sdk/java/src/main/java/com/pulumi/azuread/ApplicationAppRole.java#L178-L183 The schema seems to have two types that differ by...

What resources are you working with? There have been a couple spikes to reduce memory usage. WAF and QuickSight resources in particular are very heavy. Related * https://github.com/pulumi/pulumi-aws/pull/3172 * https://github.com/pulumi/pulumi-aws/issues/3020

@sanket-gandhi-fadata can you please include a relevant code sample? It's also unclear what you're asking for.