blob: 47a2f9fd1881b68b800a5cd1e8e78f2c5c052de2 [file] [log] [blame]
data "null" "dep" {
input = "upload"
}
source "null" "test" {
communicator = "none"
}
build {
sources = ["sources.null.test"]
provisioner "file" {
source = "test-fixtures/hcl/force.pkr.hcl"
destination = "dest"
direction = "${data.null.dep.output}"
}
}