mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
proxmox ip and description
This commit is contained in:
@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user