github.com/hashicorp/packer@v1.14.3/packer_test/plugin_tests/templates/internal_only.pkr.hcl (about)

     1  source "null" "test" {
     2    communicator = "none"
     3  }
     4  
     5  build {
     6    sources = ["null.test"]
     7  }