Cory Hall
Cory Hall
@automagic do you have a example application with steps to reproduce? Thanks!
@automagic do you know what command they are running when this fails? There is this open issue where credentials are cached during `refresh` & `destroy` https://github.com/pulumi/esc/issues/199
Panic when setting `aws.ecs.Service` `network_configuration` `subnets` to a string instead of a list
This is related to https://github.com/pulumi/pulumi-terraform-bridge/issues/1328 where we want to do some type checking so that we throw a better error than the panic. When `pulumi-aws` is released with the next...
@tusharshahrs I looked at the linked ticket, but I don't see anything that can be used to reproduce this issue. Do you think you could get a contained example that...
@preacherxp are you saying that `Stack 2` also tries to create a load balancer? Do you have code anywhere in stack 2 where you are creating a load balancer or...
@steinybot thanks for raising this! I'm not sure if the main pulumi repo needs to install gradle or not either, but I think this repo should have it's own contributing...
@orcutt989 thanks for reporting this issue! Are you able to reproduce this on a fresh project? I've tried to reproduce this using the simple example, but everything is auto named...
@shiyuhang0 thanks for bringing this issue to our attention! When you get this error message, does it work on retry?
@automagic it looks like this will take some time to investigate the root cause. Do you know what the urgency of this is? Do we need to find a solution...
@KaizenLol I'm not able to reproduce this issue. I've tried both using the automation api and not and I always get an immediate failure. Here is a full example program...