Mitch Gerdisch

Results 47 issues of Mitch Gerdisch

### What happened? Run `pulumi preview` for a python stack that uses many nested classes takes a long time to return (at least 5 minutes for a small stack and...

kind/bug
area/sdks
impact/performance
language/python

I have a cluster declaration in python as follows: ``` cluster = Cluster( f"{proj_name}-eks", fargate=FargateProfileArgs(selectors=[ FargateProfileSelectorArgs(namespace=app_namespace_name), FargateProfileSelectorArgs(namespace=sys_namespace_name), FargateProfileSelectorArgs(namespace=alb_controller_namespace_name), ]), vpc_id=vpc_id, private_subnet_ids = priv_subnet_ids, create_oidc_provider=True, version="1.19", ) ``` If I try...

kind/bug
1.0

Consistency with other language examples and v4 of the AWS SDK is being used.

### Problem description - I saw a product documentation issue on the following URL: https://www.pulumi.com/docs/reference/pkg/datadog/dashboard/ The page renders slowly and strangely where the left panel disappears and then appears and...

kind/enhancement
impact/performance

### Problem description - I saw a product documentation issue on the following URL: https://www.pulumi.com/registry/packages/aws/api-docs/acm/certificatevalidation/ The example has several errors that make it unusable: - references `domainValidationOptions` property of a...

kind/bug

### What happened? This example: https://www.pulumi.com/registry/packages/aws/api-docs/networkfirewall/rulegroup/#stateful-inspection-for-permitting-packets-from-a-source-ip-address shows the use of a "dynamic" property which doesn't exist in Pulumi. From looking at the analogous terraform provider (https://registry.terraform.io/providers/hashicorp/aws/latest/docs/resources/networkfirewall_rule_group#stateful-inspection-for-permitting-packets-from-a-source-ip-address), it appears this "dynamic"...

area/docs
kind/bug

The ansible-wordpress examples README had a couple of typos in it: - `pulumi config set publicKeyPath ...` and `pulumi config set privateKeyPath...` used values that did not match the `ssh-keygen`...

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

area/sdks
kind/enhancement
language/python
customer/feedback
customer/lighthouse

### What happened? - Launch a stack that creates resource(s) in a component resource. - Run `pulumi import ...` with the `--parent` parameter to import the resource into the component...

kind/bug
area/codegen
area/import

### What happened? Deploying the example code provided below throws the error below about not able to find an instance_profile. At first glance it seems like it is talking about...

kind/bug
awaiting-feedback