Martin Atkins
Martin Atkins
Thanks for that additional example, @lakshmisnm. I think at this point we have two main possibilities to explore: 1. OpenTofu itself is doing something slightly different than Terraform when configuring...
Hi @m1ron0xFF, I think that is a possibility indeed. If we learn that the same problem occurs when using OpenTofu-packaged providers with Terraform (as I was discussing in https://github.com/opentofu/opentofu/issues/2819#issuecomment-2949377347) then...
Hi all! The core maintainers revisited this today. I think we're still waiting for someone who is willing to [try using the OpenTofu-built providers from Terraform](https://github.com/apparentlymart), so that we can...
Thanks for sharing this use-case, @davepattie. We were also chatting in another place about this and so I just wanted to note here an example of a different design I...
When this was first opened I noticed that the end-to-end tests were failing and so I assumed this was still in progress and put it aside for later, but since...
Thanks for reporting this, @brycemosk26! This seems like it's probably related to https://github.com/opentofu/opentofu/issues/2616, which we'd previously closed because we couldn't figure out how to reproduce it. You mentioned in your...
The core maintainers discussed this more during our triage meeting and concluded that it would not really be appropriate to respond to the "429 Too Many Requests" error code by...
I think the root challenge with something like this is that Terraform allows deriving an argument to some other resource in arbitrary ways from your provider's `rules` value, and so...
Hi @dustindortch! Thanks for sharing this use-case. I want to be transparent with you that the `terraform console` command is not a focus for us right now and implementing what...
Hi @BrianTuduri! Sorry for this strange behavior and thanks for reporting it. I've been trying to make sense of the series of messages in the trace log you shared, but...