mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-09 08:42:33 -04:00
8 lines
175 B
HCL
8 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"]
|
|
}
|