HCL2: use source type and name as Name of a CoreBuild
This commit is contained in:
parent
3cd13ae1e5
commit
d431db0a38
|
@ -353,7 +353,7 @@ func (cfg *PackerConfig) GetBuilds(opts packer.GetBuildsOptions) ([]packer.Build
|
|||
}
|
||||
|
||||
pcb := &packer.CoreBuild{
|
||||
Type: src.Type,
|
||||
Type: src.Ref().String(),
|
||||
Builder: builder,
|
||||
Provisioners: provisioners,
|
||||
PostProcessors: pps,
|
||||
|
|
Loading…
Reference in New Issue