From 1260e123aa6b256a365e3fce62134af54d6487f8 Mon Sep 17 00:00:00 2001 From: Adrien Delorme Date: Tue, 6 Oct 2020 11:14:09 +0200 Subject: [PATCH] proxmox.Config: remove mapstructure:",squash" tag --- builder/proxmox/common/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/builder/proxmox/common/config.go b/builder/proxmox/common/config.go index 8b4801310..64aeff961 100644 --- a/builder/proxmox/common/config.go +++ b/builder/proxmox/common/config.go @@ -63,7 +63,7 @@ type Config struct { AdditionalISOFiles []storageConfig `mapstructure:"additional_iso_files"` VMInterface string `mapstructure:"vm_interface"` - Ctx interpolate.Context `mapstructure:",squash",mapstructure-to-hcl2:"skip"` + Ctx interpolate.Context `mapstructure-to-hcl2:"skip"` } type nicConfig struct {