github.com/hashicorp/packer@v1.14.3/hcl2template/docs.go (about) 1 // Copyright (c) HashiCorp, Inc. 2 // SPDX-License-Identifier: BUSL-1.1 3 4 // Package hcl2template defines code to parse hcl2 template files. 5 // 6 // In order to configure a packer builder,provisioner, and post processor. 7 // 8 // Checkout the files in testdata/complete/ to see what a packer config could 9 // look like. 10 package hcl2template