Martin Atkins
Martin Atkins
Hi @bryan-rhm, You've illustrated a `terraform` block, which I understood as being in a `.tf` file and therefore part of Terraform's modules language. That was what I meant by "in...
I suspect the problem here is mainly just that we are running full configuration validation during the `terraform destroy` step. We could potentially have a more minimal validation mode that...
Putting aside for a moment the fact that OpenTofu's language runtime communicates directly with HCL's API, I want to say a little about what OpenTofu's execution model needs from any...
Thanks for letting us know about that project, @nikolay. I have not yet had time to dig into all of the details, but from some short time reading the getting...
I've been pondering this issue on-and-off since it was opened, since it seemed like there was a general point to be made but it took me a while to find...
Hi @OSkull32! Thanks for sharing this idea. Can you say more about what exactly you expect OpenTofu would do when it's asked to "auto-remediate"? Are you imagining it making direct...
Hi again @OSkull32! Thanks for the additional information. If I understand correctly, OpenTofu already supports a flow like the three steps you listed first: 1. In the `-refresh-only` [planning mode](https://opentofu.org/docs/cli/commands/plan/#planning-modes),...
Hi @drandell, The version number you've found here is the version number of the schema for _that particular configuration block_, rather than the version of the provider. Provider schema elements...
Hi @drandell! Thanks for the additional context. I think the best machine-readable integration point for that at the moment would be to run `terraform version -json` and refer to the...
Hi @tmccombs! Sorry for the delay in responding. The core maintainers had an initial discussion about this today. Although we found consensus that this seems like a valuable feature to...