Adrien Delorme 2b0e0d4eab add hcl2template pkg
Package hcl2template defines code to parse hcl2 template files correctly.

In order to configure a packer builder,provisioner,communicator and post
processor.

Checkout the files in testdata/complete/ to see what a packer config could
look like.
2019-10-15 12:56:42 +02:00

10 lines
289 B
Go

// Package hcl2template defines code to parse hcl2 template files correctly.
//
// In order to configure a packer builder,provisioner,communicator and post
// processor.
//
// Checkout the files in testdata/complete/ to see what a packer config could
// look like.
//
package hcl2template