github.com/hashicorp/packer@v1.14.3/hcl2template/testdata/build/post-processor_nonexistent.pkr.hcl (about) 1 source "null" "test" {} 2 3 build { 4 sources = [ "null.test" ] 5 6 post-processor "nonexistent" { 7 foo = "bar" 8 } 9 }