tofu-controller
tofu-controller copied to clipboard
Add LockTimeout to drift-detection mode
Currently LockTimeout is implemented only for plan.
If Terraform is in drift-detection mode, there is no such option and the controller immediately returns the lock error.
The PR adds such functionality for the plan in drift-detection mode. THe PR fixes https://github.com/flux-iac/tofu-controller/issues/1369