0
0
mirror of https://github.com/bpg/terraform-provider-proxmox.git synced 2025-07-01 19:12:59 +00:00

fix(firewall): remove limit for number of CIRDs in ipset. (#1487)

Signed-off-by: Pavel Boldyrev <627562+bpg@users.noreply.github.com>
This commit is contained in:
Pavel Boldyrev 2024-08-12 20:22:16 -04:00 committed by GitHub
parent e566c4e35e
commit 55bfe14ce1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -76,8 +76,6 @@ func IPSet() *schema.Resource {
},
},
},
MaxItems: 14,
MinItems: 0,
},
}