github.com/hashicorp/packer@v1.14.3/command/test-fixtures/hcl/nil-component-crash.pkr.hcl (about)

     1  source "null" "basic-example" {
     2  }
     3  
     4  build {
     5      sources = ["sources.null.basic-example"]
     6  
     7      provisioner "foo" {
     8          timeout = "10"
     9      }
    10  }