diff --git a/builder/qemu/config.hcl2spec.go b/builder/qemu/config.hcl2spec.go index a8592fe..ad55e38 100644 --- a/builder/qemu/config.hcl2spec.go +++ b/builder/qemu/config.hcl2spec.go @@ -137,6 +137,7 @@ type FlatConfig struct { Display *string `mapstructure:"display" required:"false" cty:"display" hcl:"display"` VNCBindAddress *string `mapstructure:"vnc_bind_address" required:"false" cty:"vnc_bind_address" hcl:"vnc_bind_address"` VNCUsePassword *bool `mapstructure:"vnc_use_password" required:"false" cty:"vnc_use_password" hcl:"vnc_use_password"` + VNCPassword *bool `mapstructure:"vnc_password" required:"false" cty:"vnc_password" hcl:"vnc_password"` VNCPortMin *int `mapstructure:"vnc_port_min" required:"false" cty:"vnc_port_min" hcl:"vnc_port_min"` VNCPortMax *int `mapstructure:"vnc_port_max" cty:"vnc_port_max" hcl:"vnc_port_max"` VMName *string `mapstructure:"vm_name" required:"false" cty:"vm_name" hcl:"vm_name"`