proxmox.Config: remove mapstructure:",squash" tag

This commit is contained in:
Adrien Delorme 2020-10-06 11:14:09 +02:00
parent b2be255057
commit 1260e123aa
1 changed files with 1 additions and 1 deletions

View File

@ -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 {