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

pull/9626/head
Adrien Delorme 6 years ago
parent b2be255057
commit 1260e123aa

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

Loading…
Cancel
Save