Update types.packer_config.go
This commit is contained in:
parent
a93a45e4d3
commit
1f3e85185e
|
@ -12,7 +12,7 @@ import (
|
||||||
// PackerConfig represents a loaded Packer HCL config. It will contain
|
// PackerConfig represents a loaded Packer HCL config. It will contain
|
||||||
// references to all possible blocks of the allowed configuration.
|
// references to all possible blocks of the allowed configuration.
|
||||||
type PackerConfig struct {
|
type PackerConfig struct {
|
||||||
parser *Parser
|
// parser *Parser
|
||||||
|
|
||||||
// Directory where the config files are defined
|
// Directory where the config files are defined
|
||||||
Basedir string
|
Basedir string
|
||||||
|
|
Loading…
Reference in New Issue