Packer file Provisioner
Jump to navigation
Jump to search
External
Internal
Example
{
"provisioners": [
{
"type": "file",
"source": "../../../some-local-file",
"destination": "/tmp/image-file"
},
...
]
}