Justin Van Patten

Results 202 comments of Justin Van Patten

Closing this as a duplicate of #13917 as there's more details in that issue. See https://github.com/pulumi/pulumi/issues/13917#issuecomment-1715630212

Hi @marco-m, the short update is that we ran into Go compiler performance issues, particularly around memory usage that was causing problems for customers who weren't even using generics. We've...

I've transferred this issue to the AWS provider repository. Looks like this is being tracked in the upstream provider with https://github.com/hashicorp/terraform-provider-aws/issues/34965.

Hi @eupattaro89! Thanks for opening the issue. I'm going to transfer this to the AWS provider repository and someone will take a look. I'm curious, could you provide a pointer...

This is unrelated to config. Looks like the panic is coming from the bridge. Here's a minimal repro: ```python import pulumi_aws as aws ecs_subnets = '["first","second"]' # ecs_subnets = ["first",...

This looks specific to AWS, so I'm going to transfer the issue to the AWS provider repo and someone will take a look.

I'm going to move this to the AWS repo and someone will take a look

> This security group has 2 network interfaces associated so it can't be deleted directly. @mausch, are the 2 network interfaces managed by Pulumi? Is there a dependency relationship in...

This seems to be more of a request for enhanced behavior in the AWS provider. Therefore, I'm going to transfer the issue to the `pulumi-aws` repo. Although, the AWS provider...

Thanks for opening the issue, @krisgholson, and sorry for the trouble! > Happy to provide my *.tf files if needed to a developer working this bug) but not ready to...