Oleksandr Levchenkov
Oleksandr Levchenkov
Hey @davidcodesido! Thank you for reporting this issue. I did a quick test to reproduce the behavior, and it worked as expected: apply succeeded without needing a vars file (the...
It makes perfect sense. However, it's a bit unclear what to expect when using `-exclude` and `-target` altogether. Based on @RLRabinowitz comment: > When using the -exclude flag with the...
Here are more examples that potentially have the same root cause. TestRemote_planCanceled test: ``` !!!!!!!!!!!!!!!!!!!!!!!!!!! OPENTOFU CRASH !!!!!!!!!!!!!!!!!!!!!!!!!!!! OpenTofu crashed! This is always indicative of a bug within OpenTofu. Please...
Why do we want to remove the linked issues check? Shouldn't we link PRs in 99% of cases? I also agree with @Evi1Pumpkin about the CHANGELOG check. However, we could...
I purposely left some failing lint checks to discuss if we need to tweak its settings. These functions looks fine to me so I suggest to increase the limit of...
@cam72cam thank you for your thoughts and suggestions! 1. I can't reuse public functions directly, since they are specific to the concrete block (i.e. `ParseMoveEndpoint`, `ParseRemoveEndpoint`) and also I can't...
Force pushed to fix DCO - weird additional space caused check failure
Sorry, I missed the destination branch of this PR so it became a backport for v1.7. Here is the PR for the main branch: https://github.com/opentofu/opentofu/pull/1634
Hey @aviau! Could you please provide a test case as an example? I tried to reproduce your issue with the given `main.tf`: ```hcl terraform { encryption { key_provider "pbkdf2" "mykey"...
@cam72cam yep, it goes from plaintext to encrypted and vice versa