12 lines
199 B
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
|
|
}
|
|
} |