0
0
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:
Fabian Heib 2023-04-23 21:26:25 +02:00 committed by GitHub
parent 7c9505d11f
commit 496bda4edc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,