packer/hcl2template/testdata/sources/nonexistent_used.pkr.hcl
2021-10-11 15:48:51 +02:00

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"]
}