github.com/hashicorp/packer@v1.14.3/command/test-fixtures/hcl/local-ds-validate.pkr.hcl (about) 1 data "null" "dep" { 2 input = "upload" 3 } 4 5 source "null" "test" { 6 communicator = "none" 7 } 8 9 build { 10 sources = ["sources.null.test"] 11 12 provisioner "file" { 13 source = "test-fixtures/hcl/force.pkr.hcl" 14 destination = "dest" 15 direction = "${data.null.dep.output}" 16 } 17 }