Initializer
Properties
| Name | Type | Description |
|---|---|---|
Type | *string | No description. |
Connection | interface{} | Most provisioners require access to the remote resource via SSH or WinRM and expect a nested connection block with details about how to connect. |
Inline | *[]*string | This is a list of command strings. |
Script | *string | This is a path (relative or absolute) to a local script that will be copied to the remote resource and then executed. |
Scripts | *[]*string | This is a list of paths (relative or absolute) to local scripts that will be copied to the remote resource and then executed. |
TypeRequired
- Type: *string
ConnectionOptional
- Type: interface{}
InlineOptional
- Type: *[]*string
ScriptOptional
- Type: *string
ScriptsOptional
- Type: *[]*string