Martin Atkins

Results 1242 comments of Martin Atkins

Hi @dragonfleas! Thanks for sharing this idea. As things currently stand, `tofu graph` is essentially just presenting some summarized implementation details from inside OpenTofu's runtime engine: the graph being returned...

Thanks for suggesting this, @dragonfleas! When we discussed this in the community Slack channel I promised I'd leave a comment with some relevant context on this for us to consider...

Looking at that idea for lexical scope in HCL again today, I realize that the `let` keyword I was originally thinking about for ZCL was only there because I was...

FWIW I played with the "lexical symbols" idea a little more today, because it's been many years since I was last thinking about it and so I wanted to remind...

Hi @magodo, Unfortunately the `hclwrite.Expression` type is largely just a placeholder today, since the functionality of `hclwrite` was primarily motivated by what Terraform needed at the time and then it...

Hi @nhooey! Thanks for this feedback. Unfortunately it seems that what happened here is that Terraform got stuck waiting for _something_ to respond (based on the message I would've guessed...

Hi @maonat! Thanks for sharing this use-case. Have you seen [the `terraform providers mirror` command](https://developer.hashicorp.com/terraform/cli/commands/providers/mirror)? It seems like it's related to what you are asking about, though perhaps not exactly...

Hi @maonat, Having it skip re-downloading if it can detect that the mirror packages already match the checksums reported by the registry does seem like a very reasonable feature request....

For now I've just changed the summary to reflect what we discussed and we'll let the discussion above document how we got here. I think that'll be sufficient to give...

Agreed that we don't intend to support working with provider versions that are so different as to not even support the resource types mentioned in the state; I don't think...