packer-cn/hcl2template/testdata/sources/inexistent_used.pkr.hcl

9 lines
173 B
HCL

// a source represents a reusable setting for a system boot/start.
source "inexistant" "ubuntu-1204" {
foo = "bar"
}
build {
sources = ["inexistant.ubuntu-1204"]
}