Martin Atkins

Results 1242 comments of Martin Atkins

I have a minimal reproduction for the resource variant of this problem. `root.tf`: ```hcl module "child" { source = "./child" count = 2 # Must be 2 or more to...

I've also confirmed that the output value crash seems to have a different cause. I wasn't able to reproduce it by just trivially changing my previous example to include an...

Thanks again for the trace log for the resource-related variant of this bug! I have a proposed fix over in #31860 so hopefully we'll get that particular one addressed soon;...

We typically release Terraform at most weekly, so the earliest a fix would be available is this Wednesday if the PR is merged in time. If you are currently affected...

The resource-related problem is now fixed in the v1.3 branch ready to be included in the forthcoming v1.3.1 release. I've still not been able to reproduce the output-related version of...

Since the resource-related variant of this should be fixed in the forthcoming v1.3.1 release, this issue now represents only the output value variant that originally opened it. However, we don't...

Thanks @Vince-Chenal! I was able to reproduce the crash with the configuration you shared. I also see from your full output why I wasn't able to reproduce this before: I...

Hi again, all! We tracked down the cause of the output value panic now too, and the change will be in the v1.3 branch shortly and so will be included...

Hi @mcgitty! Thanks for raising this. I believe in this case the problem is not that this is a conditional expression but rather that the expression is not inside any...

Hi @HarishJul, and everyone else! Sorry for this unexpected behavior, and thank you for reportingi t. In our bug report template we ask for all bug reports to include a...