Martin Atkins
Martin Atkins
Hi @lijok! Thanks for this interesting request. I think a problem with your proposal _exactly as stated_ is that OpenTofu can load input variable values from zero or more `.tfvars`...
I think there are two main tricky parts to this request, that are largely independent of one another: - It isn't really possible to implement translation between different representations of...
I'm personally still getting acquainted with this project's typical practices, but from comments above I get the impression that the preferred approach would be to start a new issue for...
At some point in the past `terraform console` did allow specifying a different module to use as the evaluation scope via a command line option. I don't remember off the...
Upstream the Go project is discussing some details of how their FIPS-compliant mode might be activated, in https://github.com/golang/go/issues/70123. At the time I'm writing this, the proposal is for all Linux...
Further discussion upstream in Go about the forthcoming FIPS-compliant crypto support: https://github.com/golang/go/issues/70200 This time they're discussing the build-time options for selecting which module version to link into the program, so...
Hi @anxkha! Thanks for that information about your use-case. Given our scope and resources it seems unlikely that we'd be able support anything substantially different to what the upstream Go...
Hi all, With the upstream support in Go now further along, the OpenTofu core team discussed this more today. We don't yet have a firm plan for how to proceed...
With the new operating mode now available in the Go version we're currently using (go1.24) I was able to perform some initial broad feasibility tests. The results are unsurprising, but...
The upstream Go issue https://github.com/golang/go/issues/74664 includes a note that "the current all-or-nothing enforcement model negatively impacts interoperability in certain environments". At the time I'm writing this comment there aren't any...