Janos

Results 223 comments of Janos

Hey @athak thanks for this, it does paint a clearer picture. However, I wonder why the secret in project A would actually get deleted? Wouldn't that be something where you...

Sorry for asking so many questions @athak and we really appreciate your answers. I feel like I have seen your use case before and I'd like to understand if it's...

@athak do I remember correctly that you wanted to open a separate issue for your use case?

Hey folks, we have discussed this with the core team and believe that the vast majority of the use cases in this issue are addressed by the `removed` block. If...

Hi @joeaawad thank you for this RFC. As we are a separate project from Terraform and to keep the separation to Hashicorp's offering clear, we ask contributors to describe issues...

Hi @reegnz this is a cool idea, I like it. However, I believe this would make module code incompatible with Terraform, which some module authors probably would have an issue...

Maybe a good way to implement this would be to detect a deprecated line in the `description` field like this: ```terraform variable "this_is_my_variable" { type = string description = "This...

@lorengordon this wouldn't work in on outputs, and it also wouldn't work if the user passed in the default value of a variable explicitly. Both of these would trip up...

Hey @sanskruti-shahu thank you for volunteering, I've assigned you. Before you begin coding, please read [this section of the contribution guide](https://github.com/opentofu/opentofu/blob/main/CONTRIBUTING.md#ive-been-assigned-an-issue-now-what).