Hi,
I am trying to use windows based self-hosted runners for terraform deployment, but when I use the terraform-wrapper: true, None of the Terraform commands get executed and give the following output:

However when I run it with terraform-wrapper: false, all Terraform commands works fine, but then I cannot use -detailed-exitcode, as with this plan fails due to non zero exit code.