diff --git a/hcl2template/types.packer_config.go b/hcl2template/types.packer_config.go index 2a2ca2285..96293eb18 100644 --- a/hcl2template/types.packer_config.go +++ b/hcl2template/types.packer_config.go @@ -12,7 +12,7 @@ import ( // PackerConfig represents a loaded Packer HCL config. It will contain // references to all possible blocks of the allowed configuration. type PackerConfig struct { - parser *Parser + // parser *Parser // Directory where the config files are defined Basedir string