netconfig 2

This commit is contained in:
tolerryan
2024-11-12 22:22:33 -06:00
parent deb9fd631f
commit 30aa492198

View File

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