Martin Atkins
Martin Atkins
I think the main constraint as I understand it is that the following cannot both be true at once: 1. The file's identity (in whatever sense the OS tracks it...
Thanks for that extra context, @MJohnson459! I wonder if @jbardin has some further thoughts here, since I think he's the one that's spent most time in this part of the...
Hi @mkielar, In cases where you run Terraform against a configuration somewhere other than the current working directory, Terraform still looks in the current working directory for non-configuration files like...
Hi @gsedlacz! Thanks for reporting this. Unfortunately OpenTofu is already designed to behave the way you described, so I think something more subtle must be going on in your case....
One possible explanation for this behavior is that you're sending an XML document using a line ending style that is idiomatic for your own computer (e.g. Unix-style line endings, `\n`)...
Thanks for that extra context, @gsedlacz. A new command line option doesn't seem quite right to me since this is focused on one specific argument of one resource, and so...
This is an interesting example... what is the purpose of a test scenario that doesn't actually include the module that's being tested? 🤔 (By "the module that's being tested", I...
Ahh, thanks for the extra context! With that extra information and re-reading the original comment I understand better the problem you are describing: OpenTofu seems to have somehow detected that...
Hi @keerthanamsys! Thanks for your interest in working on this issue. Unfortunately I don't think this issue is ready for implementation yet, because so far we've only identified a design...
I've not yet verified this, but based purely on the reported symptoms it seems like https://github.com/hashicorp/terraform/issues/37841 might be discussing a different aspect of this same root bug: that the system...