github.com/hashicorp/packer@v1.14.3/hcl2template/testdata/build/provisioner_nonexistent.pkr.hcl (about)

     1  source "null" "test" {}
     2  
     3  build {
     4      sources = [ "null.test" ]
     5  
     6      provisioner "nonexistent" {
     7          foo = "bar"
     8      }
     9  }