mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-25 01:04:00 -04:00
HCL2: use source type and name as Name of a CoreBuild
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user