Ian Wahbe
Ian Wahbe
## 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 the registry says "Resource lookup is not supported in YAML", for each resource, but this is not true: https://github.com/pulumi/pulumi-yaml/issues/155. ### Example This is `aws.s3.Bucket`,...
## 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 was trying to comment my a env I was creating, and my comment got eaten. Experimentation shows that the comment only persists if it is attached...
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`. Currently, each provider maintains a [README.md...
## 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...
# Bug Report --- ## Describe the bug The provider panics when trying to create an app with cors rules. ### Affected Resource(s) - digitalocean_app ### Expected Behavior The provider...
### What happened? This was raised internally: https://pulumi.slack.com/archives/C045N7FDGHW/p1719386921192569. ### Example To summarize: A bridged provider maintainer set a default value (via env) for a provider configuration value. ```go "defaultInfo": {...
### What happened? I was working on `team-mgmt` and I saw the error in examples. It wasn't clear to me if the import actually happened. The error should probably be...
### What happened? @VenelinMartinov noticed a CI failure during `pulumi convert`: GH API limit reached. This is odd, since we run that test with `DISABLE_AUTOMATIC_PLUGIN_ACQUISITION=true`. As far as I understand,...