Ian Wahbe
Ian Wahbe
This should have been fixed in https://github.com/pulumi/pulumi/pull/10286. Running the sdk generation on master against the example schema, it compiles fine. `enums` are exported as expected: ```typescript // In file: nodejs/types/index.ts...
> > ../../../../go/pkg/mod/github.com/pulumi/pulumi-terraform-bridge/[email protected]/pkg/tf2pulumi/il/plugin_info.go:148:18: assignment mismatch: 3 variables but workspace.GetPluginPath returns 2 values This is a known issue right now, and unrelated to your PR.
Hi @ranikamala. I'm not sure I understand your "Steps to reproduce". It sounds like 1. Someone created a stack: `A` and deployed a resource: `a` to it. They set `a.replaceOnDelete...
https://github.com/pulumi/pulumi-terraform-bridge/pull/568 is a version bump. It moves codegen from [v3.34.1 to v3.35.3](https://github.com/pulumi/pulumi/compare/v3.34.1...v3.35.3). A full view of the changes can be found here: [v3.33.1 to v3.36.0](https://github.com/pulumi/pulumi/compare/v3.33.1...v3.36.0) Profiling the change shows it...
We should add https://github.com/pulumi/pulumi/issues/8523 as part of 4.0.
Replace `blang/semver` with `hashicorp/go-version` or similar. See https://github.com/pulumi/pulumi/pull/8920#issuecomment-1030025736 for details.
Revisit how `pulumi config set` works with regards to type recognition. We should unify behavior between top level and pathed values. See - https://github.com/pulumi/pulumi/issues/8575 - https://github.com/pulumi/pulumi/issues/8401 - https://github.com/pulumi/pulumi/issues/4295 - https://github.com/pulumi/pulumi/issues/5442...
Improve TS compilation: - https://github.com/pulumi/pulumi/pull/9049 - https://github.com/pulumi/pulumi/pull/8199
We should simplify how pluginDownloadURLs are resolved: see https://github.com/pulumi/pulumi/issues/9606#issuecomment-1142417036. Right now we require some weird contortions around sometimes inserting `v` before we render a version. I think we should never...