Files
Packer-Cn/hcl2template/testdata/sources/nonexistent_used.pkr.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"]
}