Annie Hedgpeth
Annie Hedgpeth
I had the same error (`The system cannot find the file specified.`) with a random generated password like this one (test machine that's deleted now) `++Jsdfb]Lr2EingP8e1cQanY`.
I just ran into the same issue [here](https://github.com/hashicorp/terraform-aws-terraform-enterprise/runs/2805990181?check_suite_focus=true#step:9:2099) with config from [this](https://github.com/hashicorp/terraform-aws-terraform-enterprise/pull/183) pull request running in this [workspace](https://app.terraform.io/app/terraform-enterprise-modules-test/workspaces/aws-private-active-active/runs/run-8GioYtHpyKohr2it). Terraform v0.14.9 hashicorp/aws v3.45.0 Update: I received the same error when I...
Hi @aaron-lane! Yes, everything is stranger on Windows. Let me know if you need help reproducing this!
Update: I believe this issue is due to WinRM issues. I thought it was testing the node, but it was actually testing the local workstation, giving me a false positive...
Another update: It was WinRM issues. I had no trouble getting it work with a `winrm quickconfig`. This did lead me to open [this request](https://github.com/newcontext-oss/kitchen-terraform/issues/379), however, you're welcome to close...
Oh cool, I didn't know you could do that! Thanks!
I tried your example and had some trouble with it (because...Windows). When I am in the root module directory and I run this (which kitchen would be running in your...
If you're using a yaml file as a lookup to serve as a variables file, for example: ```yaml # yaml file resource_group_name: mygroupname location: centralus ``` ```go # tf file...
Also, @MattMencel , this kind of does what you need it to but you just don't want to explicitly copy it out again, right?: ``` verifier: name: terraform systems: -...
/test standalone-mounted-disk destroy=false ### :white_check_mark: Terraform Azure Standalone Mounted Disk (FDO) (FDO) - Test Report :link: [Action Summary Page](https://github.com/hashicorp/terraform-azurerm-terraform-enterprise/actions/runs/6734604550) - :white_check_mark: Terraform Init - :white_check_mark: Terraform Validate - :white_check_mark: Terraform...