Update builder/proxmox/config.go
Co-Authored-By: Adrien Delorme <azr@users.noreply.github.com>
This commit is contained in:
parent
ef4db8b158
commit
eecac683b8
|
@ -39,7 +39,7 @@ type Config struct {
|
|||
|
||||
Memory int `mapstructure:"memory"`
|
||||
Cores int `mapstructure:"cores"`
|
||||
CPUType string `mapstructure:"cpu_type"`
|
||||
CPUType string `mapstructure:"cpu_type"`
|
||||
Sockets int `mapstructure:"sockets"`
|
||||
OS string `mapstructure:"os"`
|
||||
NICs []nicConfig `mapstructure:"network_adapters"`
|
||||
|
|
Loading…
Reference in New Issue