2020-02-06 11:49:21 +01:00
|
|
|
// Package hcl2template defines code to parse hcl2 template files.
|
2019-10-14 17:02:53 +02:00
|
|
|
//
|
2020-02-06 11:49:21 +01:00
|
|
|
// In order to configure a packer builder,provisioner, and post processor.
|
2019-10-14 17:02:53 +02:00
|
|
|
//
|
|
|
|
|
// Checkout the files in testdata/complete/ to see what a packer config could
|
|
|
|
|
// look like.
|
|
|
|
|
//
|
|
|
|
|
package hcl2template
|