github.com/hashicorp/packer@v1.14.3/command/test-fixtures/var-arg/fruit_builder.json (about)

     1  {
     2      "variables": {
     3          "fruit": null
     4      },
     5      "builders": [
     6          {
     7              "communicator": "none",
     8              "type": "null"
     9          }
    10      ],
    11      "post-processors": [
    12          [
    13              {
    14                  "name": "apple",
    15                  "type": "shell-local",
    16                  "inline": [ "echo {{ user `fruit` }} > {{ user `fruit` }}.txt" ]
    17              }
    18          ]
    19      ]
    20  }