Martin Atkins
Martin Atkins
Hi @Lucasjuv! Thanks for working on this. Was there an earlier feature request issue to discuss the use-cases and design for this?
Hi @wata727! Thanks for reporting this. I think you're right that this is a bug. During the validation phase all input variables are treated as unknown values because validation aims...
Thanks for reporting this, @xabinapal! Unfortunately, it's currently not safe for OpenTofu to use the same filesystem directory for two different module calls because some modules are designed to write...
Unfortunately this is not a straightforward change for us to make, because OpenTofu entirely delegates this configuration task to [the third-party library we use to handle the CLI commands](https://pkg.go.dev/github.com/mitchellh/cli), and...
Ahh @chenrui333 sorry I guess we were both researching the same thing at the same time! I think what you are saying in your comment above mine is that the...
The subject of this issue is written as more general than Homebrew so I guess at least for now it could represent adding suitable completion definitions to any/all of the...
(As I'm sure you already noticed) OpenTofu is currently using a far older library for its CLI command handling that long predates Cobra, and is currently quite wedded to it...
Hi @kasulani, The approach we had imagined when originally discussing this issue was to hand-write completion configurations for various shells and place them as static files into some directory in...
Thanks, I've assigned you! I suggest starting a PR soon after you start work and then we can use comments on that PR to discuss implementation questions/concerns (so we can...
FWIW, a long time ago Terraform had the behavior described in https://github.com/pulumi/pulumi/issues/2247#issuecomment-925366911, immediately committing the refresh result to the state storage as part of its plan phase (roughly analogous to...