github.com/hashicorp/packer@v1.14.3/command/test-fixtures/validate/validate_except.json (about)

     1  {
     2    "builders": [
     3      {
     4        "name": "chocolate",
     5        "type": "file",
     6        "target": "chocolate.txt",
     7        "content": "chocolate"
     8      },
     9      {
    10        "type": "file",
    11        "name": "vanilla"
    12      }
    13    ],
    14    "post-processors": [
    15      [
    16        {
    17          "name": "apple",
    18          "type": "shell-local",
    19          "inline": [
    20            "echo apple 'apple'"
    21          ]
    22        }
    23      ],
    24      [
    25        {
    26          "name": "pear",
    27          "type": "shell-local",
    28          "inline": [
    29            "echo apple 'pear'"
    30          ]
    31        },
    32        {
    33          "name": "banana",
    34          "type": "shell-local"
    35        }
    36      ]
    37    ],
    38    "min_packer_version": "101.0.0"
    39  }