Files
Packer-Cn/hcl2template/docs.go
T

11 lines
332 B
Go
Raw Normal View History

// Copyright (c) HashiCorp, Inc.
2023-08-10 15:53:29 -07:00
// SPDX-License-Identifier: BUSL-1.1
// Package hcl2template defines code to parse hcl2 template files.
2019-10-14 17:02:53 +02: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