Skip to content

Commit

Permalink
Merge d74c497 into backport/file-provisioner-powershell-warning/notic…
Browse files Browse the repository at this point in the history
…eably-adequate-mullet
  • Loading branch information
teamterraform committed Mar 28, 2022
2 parents 97cf8b9 + d74c497 commit ddd9f09
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 ddd9f09

Please sign in to comment.