Merge pull request 'proxmox ip and description' (#9) from fenix-admin into main

Reviewed-on: fenix-gitea-admin/iac-teste#9
This commit is contained in:
2025-08-19 21:01:16 +00:00

View File

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