proxmox ip and description

This commit is contained in:
Tomás Limpinho
2025-08-19 22:00:13 +01:00
parent aab3067910
commit b7137ad7c9

View File

@ -9,7 +9,7 @@ resource "proxmox_vm_qemu" "vm-kubernetes-01" {
name = "VM-kubernetes-01" name = "VM-kubernetes-01"
target_node = "fenix" target_node = "fenix"
vmid = 1001 vmid = 1001
desc = "VM kubernetes 01 created via iac" description = "VM kubernetes 01 created via iac"
bios = "seabios" bios = "seabios"
onboot = true onboot = true
vm_state = "running" vm_state = "running"
@ -23,7 +23,7 @@ resource "proxmox_vm_qemu" "vm-kubernetes-01" {
pool = "resource-pool" pool = "resource-pool"
tags = "iac-tag" tags = "iac-tag"
os_type = "ubuntu" os_type = "ubuntu"
ipconfig0 = "ip=192.168.1.24" ipconfig0 = "ip=192.168.1.24\24"
cpu { cpu {
cores = 2 cores = 2
sockets = 1 sockets = 1