Thomas Kappler
Thomas Kappler
Related question - @manicminer , does contributing to this repo require a CLA?
@stack72, @AaronFriel I could use some pointers on investigating the workflow failures. Most, e.g. codegen/random, fail with > ../../../../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
Fixed by #2215. Same root cause as #2133.
Thanks you for the suggestion, @andrewdibiasio6! I'll let the right people know.
Thank you for the suggestion @liamawhite, we'll take a look at it!
Hi @ranjeetkpGit! This issue may have been fixed in the latest provider version, see [this upstream issue](https://github.com/hashicorp/terraform-provider-azurerm/issues/24560). Could you try upgrading Azure Classic to v5.72.0?
> > Hi @ranjeetkpGit! This issue may have been fixed in the latest provider version, see [this upstream issue](https://github.com/hashicorp/terraform-provider-azurerm/issues/24560). Could you try upgrading Azure Classic to v5.72.0? > > Hi...
I see. Could you try upgrading Azure Classic to v5.72.0? Or is there an issue preventing that?
I'm not familiar with this specific case, but after changing your code from FunctionApp to WindowsFunctionApp, you probably need to run [`pulumi refresh`](https://www.pulumi.com/docs/cli/commands/pulumi_refresh/). This will add the existing app to...