mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-25 02:42:42 -05:00
15 lines
156 B
HCL
15 lines
156 B
HCL
|
|
variable "foo" {
|
|
type = string
|
|
}
|
|
|
|
|
|
build {
|
|
sources = [
|
|
"source.null.null-builder",
|
|
]
|
|
}
|
|
|
|
source "null" "null-builder" {
|
|
communicator = "none"
|
|
}
|