set ip to ip/cidr

This commit is contained in:
tolerryan
2024-11-16 23:51:52 -06:00
parent 30aa492198
commit a3a62b0bd3

View File

@@ -13,7 +13,7 @@ resource "proxmox_vm_qemu" "grail" {
define_connection_info = true define_connection_info = true
os_network_config = "ubuntu" os_network_config = "ubuntu"
nameserver = "192.168.0.24" nameserver = "192.168.0.24"
ipconfig0 = "[gw=192.168.0.1,ip=192.168.0.57]" ipconfig0 = "[gw=192.168.0.1,ip=192.168.0.57/24]"
# ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop" # ssh_public_keys = "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAINFw70PrMsilcsqCrwW1I6PAt3anQbhmVg+t/HUfomug ryan@mxDesktop"
#features { #features {