github.com/hashicorp/packer@v1.14.3/command/test-fixtures/hcl2_upgrade/bundled-plugin-used/input.json (about)

     1  {
     2  	"builders": [{
     3  		"type": "amazon-ebs"
     4  	}],
     5  	"provisioners": [{
     6  		"type": "ansible-local"
     7  	}],
     8  	"post-processors": [{
     9  		"type": "googlecompute-import"
    10  	}]
    11  }