Martin Atkins
Martin Atkins
Thanks for that extra context, @sai-ns and @drdamour! With the lead about Trend Micro I found golang/go#36492, where some folks are discussing a situation where the system call interception in...
One gotcha to watch out for here is that OpenTofu delegates to third-party libraries for much of the work related to version constraints. There are currently two different libraries in...
Hi @tmccombs! Some time ago I created https://github.com/opentofu/opentofu/pull/2049 proposing a new way to create temporary files in an actually-temporary location instead of modifying the source directory of the module itself....
The forthcoming version 0.9 contains some reworking of Terraform's handling of states that will, amongst other things, make this easier to implement in a future release. I can't say exactly...
@mkuzmin in principle that is possible, but I've seen the Vault team recommend against storing non-trivially-sized things in Vault's generic backend, and instead to use the transit backend to encrypt...
Hi @simonre! The architecture of "backends" in Terraform changed significantly since I originally proposed this (which was before I was a HashiCorp employee), so I expect we'll need to do...
Thanks for the corrections! I've updated the original comment to fix them.
Apparently it's easy for my fingers to confuse those! I'll update my blog at some point, too. Thanks!
I expect that the `sort` function is forced to return a wholly-unknown list because it cannot predict which of the input elements will be at which indices in order to...
Thanks for adding that, @jbardin. I think you're describing the situation where if a value of an existing argument becomes unknown later then we'll conservatively assume it will have a...