mirror of
https://github.com/hashicorp/packer.git
synced 2026-02-23 18:04:11 -05:00
10 lines
107 B
HCL
10 lines
107 B
HCL
|
|
variable "foo" {
|
|
type = string
|
|
}
|
|
|
|
build {
|
|
sources = [
|
|
"source.null.null-builder${var.foo}",
|
|
]
|
|
}
|