Initializer
Properties
| Name | Type | Description |
|---|---|---|
destination | str | The source file or directory. |
type | str | No description. |
connection | SSHProvisionerConnection | WinrmProvisionerConnection | Most provisioners require access to the remote resource via SSH or WinRM and expect a nested connection block with details about how to connect. |
content | str | The destination path to write to on the remote system. |
source | str | The direct content to copy on the destination. |
destinationRequired
- Type: str
typeRequired
- Type: str
connectionOptional
contentOptional
- Type: str
sourceOptional
- Type: str