proxmox.Config: remove mapstructure:",squash" tag
This commit is contained in:
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…
Reference in New Issue