Skip to content

Commit

Permalink
backport of commit d74c497
Browse files Browse the repository at this point in the history
  • Loading branch information
laurapacilio committed Mar 21, 2022
1 parent 09e3444 commit 4b27e74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/docs/language/resources/provisioners/file.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ resource "aws_instance" "web" {
}
```

-> **Note:** When the `file` provisioner is talking to a Windows system over SSH, you must configure OpenSSH to run the commands with `cmd.exe` and not by PowerShell.
-> **Note:** When the `file` provisioner communicates with a Windows system over SSH, you must configure OpenSSH to run the commands with `cmd.exe` and not PowerShell. PowerShell causes file parsing errors because it is incompatible with both Unix shells and the Windows command interpreter.

## Argument Reference

Expand Down

0 comments on commit 4b27e74

Please sign in to comment.