Martin Atkins

Results 1242 comments of Martin Atkins

Hi @vikashkuma, Symptoms like what you've described are more likely to be caused by the provider plugin than by Terraform Core, because it's ultimately the provider plugin that decides how...

I honestly feel pretty torn about this one... On the one hand, I do agree that I've written loops like this loads of times, and so it might be nice...

Since "row-major order" is a relatively standard term (notable enough to have [a Wikipedia article](https://en.wikipedia.org/wiki/Row-_and_column-major_order)), and it's arguably the most common processing order for bitmaps due to it matching the...

Hi @lijok, It is not currently allowed to pass a dynamic collection of provider instances together to a child module. They must each be passed to a separate slot declared...

This has some overlap with https://github.com/opentofu/opentofu/issues/2598, where what we ultimately accepted is a new command for generating a machine-readable representation of just the configuration without also generating a plan. However,...

This issue describes one possible way to solve https://github.com/opentofu/opentofu/issues/2333, and so we're going to consolidate the discussion into that other issue that is now representing the use-cases rather than a...

Hi @jacobbednarz! Thanks for reporting this. I was able to reproduce the problem using files on disk too. I created a directory with a file containing the following content: ```hcl...

Hi @jacobbednarz, I was reflecting on what I'd said here overnight and independently reached a conclusion that I think you will find more agreeable, if I'm understanding your comment correctly....

Hi @BarakHc! Thanks for reporting this. I guess this is the _provider_ registry equivalent of #28659, where we were discussing the same behavior for _module_ installation. Again, unfortunately this behavior...

Hi @aaklilu! Thanks for working on that. I'm not on the Terraform team anymore, so I'll need to leave it to someone still on the team to consider what you...