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

     1  // a source represents a reusable setting for a system boot/start.
     2  source "nonexistent" "ubuntu-1204" {
     3      foo = "bar"
     4  }
     5  
     6  build {
     7      sources = ["nonexistent.ubuntu-1204"]
     8  }