Ian Wahbe
Ian Wahbe
### What happened? I was migrating pulumi-terraform off of actions/upload-artifact@v2 and CI failed unexpectedly (unrelated to my change). Investigating showed that CI always fails now, though it succeeded on the...
### What happened? As part of https://github.com/pulumi/pulumi-ns1/pull/482, I found this programgen diff: https://github.com/pulumi/pulumi-ns1/pull/482/commits/4a50819a06142139232892958b36fbea34dcbd28. ### Example See the above diff: ```patch // -// "github.com/pulumi/pulumi-external/sdk/go/external" +// "github.com/pulumi/pulumi-external/sdk/v1/go/external" // "github.com/pulumi/pulumi-ns1/sdk/v3/go/ns1" // "github.com/pulumi/pulumi-std/sdk/go/std" //...
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
### What happened? I noticed that `pulumi convert --from Terraform` is accepted as a valid target (implying validation is case insensitive), but fails to download the plugin (implying plugin caching...
### What happened? I was assessing https://github.com/pulumi/pulumi-keycloak/issues/519 as part of triage. I root-caused the user's issue to a pulumi/pulumi bug: `.get` operations respect resource dependencies, but not explicit `dependsOn` dependencies....
## Hello! - Vote on this issue by adding a 👍 reaction - If you want to implement this feature, comment to let us know (we'll work with you on...
### Confirmation - [X] This is a bug with an existing resource and is not a feature request or enhancement. Feature requests should be submitted with Cloudflare Support or your...
[Go's module documentation](https://go.dev/doc/modules/layout) suggests that module [paths](https://go.dev/ref/mod#module-path) should be of the form ``` github.com/PagerDuty/terraform-provider-pagerduty/v3 ^ ^ ^ ^ VCS URL ORG REPO VERSION ``` Currently, it is https://github.com/PagerDuty/terraform-provider-pagerduty/blob/7bdd60f87b10ea4fdc7907243816169b78eee44d/go.mod#L1 **Expected behavior**...
### What happened? A registry page has failed to render close to correctly. My believe is that there is no level of broken provider docs that should result in this...
Generated documentation in the registry includes [arguments to the `Provider` resource](https://www.pulumi.com/registry/packages/auth0/api-docs/provider/), but it doesn't talk explicitly about the values used in `pulumi config set`. Since the set of values you...