mirror of
https://github.com/opentofu/opentofu.git
synced 2025-02-25 18:45:20 -06:00
Add more context to note
This commit is contained in:
parent
881fbd1971
commit
d74c4972d7
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user