github.com/hashicorp/packer@v1.14.3/command/test-fixtures/hcl/test_except_manifest.pkr.hcl (about)

     1  source "null" "test" {
     2    communicator = "none"
     3  }
     4  
     5  build {
     6    sources = ["null.test"]
     7  
     8    post-processor "manifest" {}
     9  }