packer-cn/command/test-fixtures/hcl/force.pkr.hcl

12 lines
199 B
HCL

source "null" "potato" {
communicator = "none"
}
build {
sources = ["sources.null.potato"]
post-processor "manifest" {
output = "manifest.json"
strip_time = true
}
}