Initializer
Properties
| Name | Type | Description |
|---|---|---|
destination | string | The source file or directory. |
type | string | 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 | string | The destination path to write to on the remote system. |
source | string | The direct content to copy on the destination. |
destinationRequired
- Type: string
typeRequired
- Type: string
connectionOptional
contentOptional
- Type: string
sourceOptional
- Type: string