Josh Kodroff
Josh Kodroff
The handwritten node overlays in `provider/pkg/gen` all need changes similar to those made in #2066 and #2133. Sample pulumi program for a test bench: ```typescript import * as k8s from...
The acceptance test in `examples/eventgrid/` is (at the time of writing), broken in both the `master.yml` and `cron.yaml` flows: * master: https://github.com/pulumi/pulumi-azure/runs/5250503578?check_suite_focus=true * cron: https://github.com/pulumi/pulumi-azure/runs/5250566690?check_suite_focus=true They both have the same...
Hi there. I noticed that the `spotinst_multai_*` resources do not have any documentation that I could find after what I thought was an extensive search. Are these deprecated, or is...
The docs for `apply` states: > 'func' is not allowed to make resources. This is incorrect, and assuming I'm not missing something, actively harmful as it misleads the user as...
When creating a stack output within an apply in Python, no exception is thrown, and the output does not appear. This program: ```python import pulumi import pulumi_command as command command1...
The [node docs for pulumi.pulumi](https://www.pulumi.com/docs/reference/pkg/nodejs/pulumi/pulumi/#InvokeOptions) do not include docs for `InvokeOptions`, but [the Python docs](https://www.pulumi.com/docs/reference/pkg/python/pulumi/) do.
From my debugging session with @AaronFriel, this code fails silently - the loop only executes once. (The resource created should be `aws.ec2.Route` not `aws.ec2.route`): ```python route_table_ids = vpc.route_tables.apply(lambda route_tables: map(...
### What happened? If the args to `super()` are mistakenly entered (passing `opts` where the component args would go), and a provider is supplied in resource options, `preview` hangs indefinitely....
If the user mistakenly puts the attachment in the wrong subnets (which I did), the VPC attachment re-create will fail because a TGW VPC attachment can only be attached to...
https://www.pulumi.com/registry/packages/aws/api-docs/rds/globalcluster/ The import section displays at the top of the docs. This is probably due to an issue in tfgen. Possibly related to https://github.com/pulumi/pulumi-terraform-bridge/issues/563