packer-cn/hcl2template/testdata/build/provisioner_inexistent.pkr.hcl

7 lines
68 B
HCL

build {
provisioner "inexistant" {
foo = "bar"
}
}