mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-10 15:55:01 +00:00
fix(firewall): use correct default value for firewall (#312)
This commit is contained in:
parent
7c9505d11f
commit
496bda4edc
@ -990,7 +990,7 @@ func VM() *schema.Resource {
|
|||||||
Type: schema.TypeBool,
|
Type: schema.TypeBool,
|
||||||
Description: "Whether this interface's firewall rules should be used",
|
Description: "Whether this interface's firewall rules should be used",
|
||||||
Optional: true,
|
Optional: true,
|
||||||
Default: dvResourceVirtualEnvironmentVMNetworkDeviceEnabled,
|
Default: dvResourceVirtualEnvironmentVMNetworkDeviceFirewall,
|
||||||
},
|
},
|
||||||
mkResourceVirtualEnvironmentVMNetworkDeviceMACAddress: {
|
mkResourceVirtualEnvironmentVMNetworkDeviceMACAddress: {
|
||||||
Type: schema.TypeString,
|
Type: schema.TypeString,
|
||||||
|
Loading…
Reference in New Issue
Block a user