mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-25 01:04:00 -04:00
11 lines
151 B
JSON
11 lines
151 B
JSON
{
|
|
"provisioners": [
|
|
{
|
|
"type": "something",
|
|
"override": {
|
|
"foo": {}
|
|
}
|
|
}
|
|
]
|
|
}
|