Update types.build.provisioners.go
if pause_before is invalid, that's an error
This commit is contained in:
parent
e60a7e60b9
commit
bf939b7474
|
@ -120,6 +120,7 @@ func (p *Parser) decodeProvisioner(block *hcl.Block, cfg *PackerConfig) (*Provis
|
||||||
if err != nil {
|
if err != nil {
|
||||||
return nil, append(diags, &hcl.Diagnostic{
|
return nil, append(diags, &hcl.Diagnostic{
|
||||||
Summary: "Failed to parse pause_before duration",
|
Summary: "Failed to parse pause_before duration",
|
||||||
|
Severity: hcl.DiagError,
|
||||||
Detail: err.Error(),
|
Detail: err.Error(),
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue