mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-07-10 07:45:02 +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,
|
||||
Description: "Whether this interface's firewall rules should be used",
|
||||
Optional: true,
|
||||
Default: dvResourceVirtualEnvironmentVMNetworkDeviceEnabled,
|
||||
Default: dvResourceVirtualEnvironmentVMNetworkDeviceFirewall,
|
||||
},
|
||||
mkResourceVirtualEnvironmentVMNetworkDeviceMACAddress: {
|
||||
Type: schema.TypeString,
|
||||
|
Loading…
Reference in New Issue
Block a user