Martin Atkins

Results 1242 comments of Martin Atkins

The feature described here is likely to be the solution for #3267. I'm not going to close either of them as a duplicate of the other for now, since this...

Hi all! I just wanted to clarify what I meant in my earlier comment about how the `for_each` feature might solve a bunch of the use-cases. Since you can use...

It looks like the status of this issue was that we were looking for feedback on any situations where using `for_each` with a for expression (as I described in earlier...

Hi @james-callahan! Thanks for sharing that example. It's true that `count` doesn't provide the same opportunity to associate an arbitrary value with each instance of the resource. In situations where...

I think the main challenge for something like this is that the OpenTofu language doesn't currently have any way to create libraries of _symbols_ (named types, custom named functions, etc)...

Thanks for sharing this feedback, @nuryupin-kr! This is in my personal blog and so is just my own idea not necessarily shared by HashiCorp or the Terraform team, but just...

With today's Terraform you can simulate the effect of centralized provider version selections using the following workaround: - Remove the `version` arguments from all of your current modules so that...

Thanks for reporting this, @FernandoMiguel! At first glance this seems like a correct error: your conditional expression is indeed defined to produce a set in one case but an empty...

This one was a pretty interesting one to create a minimal reproduction for, because it seems that it's crucial that the set itself be unknown and of unknown type, leading...

One further thing I noticed is that even though the first `terraform apply` somehow ran to completion without errors with Terraform v1.1.9, if I immediately run `terraform plan` with Terraform...