Ian Wahbe

Results 105 issues of 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...

kind/bug
p1
impact/regression

### 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" //...

kind/bug
p1
language/go
area/codegen
impact/regression

## 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...

kind/enhancement
area/codegen

### 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...

kind/bug
area/codegen

### 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....

kind/bug
area/sdks
area/resource-options

## 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...

kind/enhancement
area/providers

### 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...

kind/bug
needs-triage
triage/debug-log-attached

[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...

kind/bug
needs-triage

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...

size/L
kind/enhancement
area/docs