Martin Atkins

Results 1242 comments of Martin Atkins

Hi @siegenthalerroger! Sorry that we apparently missed adding the usual note here about this being in the queue for the OpenTofu core team to discuss, but it _is_ in the...

The following is just some context about the current situation and is not an answer on behalf of the OpenTofu core team. --- I think probably the most important thing...

The `tofu console` function `type` returns the actual type of a value, which is similar but not the same as returning the type _constraint_ that the value was converted to....

I was looking at some other stuff today and noticed a connection that I wanted to capture for future discussion. Again, this is not an answer on behalf of the...

Hi @bendbennett, Our typical convention is that `error.Error()` results should follow the Go convention of _not_ ending with a period, whereas our human-oriented diagnostics are written as full sentences (or...

Generating an `error` from a `Diagnostics` and then inserting its string representation into another diagnostic is indeed a situation that can cause this problem. We try to avoid doing that...

I think an important thing to watch out for here is that the hashes for the `registry.opentofu.org/hashicorp/*` providers do not tend to match the providers of the same name in...

I just noticed something kinda interesting that might actually save our bacon here. I happened to have an existing config in my editor from some earlier work that had an...

I tried what I mentioned in the previous comment in https://github.com/opentofu/opentofu/pull/2791. It seems to work with default settings, but since the responsibility for checking that a new package matches the...

I have an idea for a compromise position: The warning consolidation logic currently works by comparing the "Summary" of the diagnostics, grouping together any that have the same summary. We...