mirror of
https://github.com/bpg/terraform-provider-proxmox.git
synced 2025-08-24 20:38:34 +00:00
fix(lxc): Adjust max number of container's IP configs
The limit now matches the number of network interfaces allowed by Proxmox Fix #2080 Signed-off-by: Kamil Mańkowski <gh.welcome@tools.kam193.eu>
This commit is contained in:
parent
5151dcc7b7
commit
7cad2ddde8
@ -523,7 +523,7 @@ func Container() *schema.Resource {
|
||||
},
|
||||
},
|
||||
},
|
||||
MaxItems: 8,
|
||||
MaxItems: maxNetworkInterfaces,
|
||||
MinItems: 0,
|
||||
},
|
||||
mkInitializationUserAccount: {
|
||||
|
Loading…
Reference in New Issue
Block a user