You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
packer/hcl2template/testdata/build/post-processor_build_name_i...

14 lines
267 B

build {
name = "test-build"
sources = [ "source.virtualbox-iso.ubuntu-1204" ]
post-processor "manifest" {
name = build.name
slice_string = ["${packer.version}", "${build.name}"]
}
}
source "virtualbox-iso" "ubuntu-1204" {
}