github.com/hashicorp/packer@v1.14.3/command/test-fixtures/hcl/force.pkr.hcl (about) 1 source "null" "potato" { 2 communicator = "none" 3 } 4 5 build { 6 sources = ["sources.null.potato"] 7 8 post-processor "manifest" { 9 output = "manifest.json" 10 strip_time = true 11 } 12 }