MCPcopy
hub / github.com/hashicorp/packer / ProvisionerParser

Struct ProvisionerParser

command/hcl2_upgrade.go:1349–1352  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1347}
1348
1349type ProvisionerParser struct {
1350 WithAnnotations bool
1351 out []byte
1352}
1353
1354func (p *ProvisionerParser) Parse(tpl *template.Template) error {
1355 if p.out == nil {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected