Files
packer-cn/packer/test-fixtures/build-split-func.json
2018-06-08 00:41:57 -05:00

7 lines
103 B
JSON

{
"builders": [{
"type": "test",
"value": "{{split \"foo-bar\" \"-\" 0}}"
}]
}