Mitch Gerdisch
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...
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...
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...
### 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...
### 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"...
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...
### 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...
### 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...