fix ip of wikmd

This commit is contained in:
tolerryan
2024-12-09 23:17:23 -06:00
parent 4b688e80d4
commit 6bc40fcae2

View File

@@ -33,7 +33,7 @@ resource "proxmox_lxc" "wikmd" {
network { network {
name = "eth0" name = "eth0"
bridge = "vmbr0" bridge = "vmbr0"
ip = "AM617831508CN/24" ip = "192.168.0.56/24"
gw = "192.168.0.1" gw = "192.168.0.1"
} }