Martin Atkins

Results 1242 comments of Martin Atkins

The meaning of the `-upgrade` option is, essentially, "completely ignore the dependency lock file and just select the newest available version of everything". If you use that option on every...

I suppose that when some other software such as Renovate is managing the lock file, the `tofu init -lockfile=readonly` is probably the better thing to use because that would assert...

I've not directly investigated that yet, but indeed from what you reported it does seem like there is some sort of extra check in there that I'd forgotten about. I'd...

Hi @dragetd! Sorry I lost track of this issue while working on some other things. Re-reading the discussion it seems like we identified some ways that `tofu init` could interact...

Hello again! It's been a while. It seems that where we left things was a suspicion that Renovate's current lock file updating behavior is already sufficient to solve this problem...

Thanks for sharing this idea, @ImIOImI! We discussed this in the OpenTofu community slack too, so I just want to capture some additional context here for future reference... --- There...

That is an interesting question which I think could have different answers depending on exactly what you consider "partial interop" to mean. One way to interpret it is to define...

I think it would be possible to still have only one function, despite having to call it twice, by making it be a function that returns null when there are...

Hi @panekj! Thanks again for reporting this. The OpenTofu team discussed this request today and our consensus was that we'd accept a pull request to make OpenTofu's treatment of the...

One hazard I just noticed after writing the above is that the XDG Base Directory specification requires that `XDG_CONFIG_HOME` take priority over all of the `XDG_CONFIG_DIRS` entries _and_ that earlier...