mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-20 06:51:39 -04:00
9 lines
175 B
HCL
9 lines
175 B
HCL
// a source represents a reusable setting for a system boot/start.
|
|
source "nonexistent" "ubuntu-1204" {
|
|
foo = "bar"
|
|
}
|
|
|
|
build {
|
|
sources = ["nonexistent.ubuntu-1204"]
|
|
}
|