Add more context to note

This commit is contained in:
Laura Pacilio 2022-03-21 14:09:25 -04:00
parent 881fbd1971
commit d74c4972d7

View File

@ -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