mirror of
https://gitea.fenix-dev.com/fenix-gitea-admin/iac-opentofu-private.git
synced 2025-10-27 15:53:06 +00:00
Merge pull request 'a' (#10) from fenix-admin into main
Reviewed-on: fenix-gitea-admin/iac-teste#10
This commit is contained in:
@ -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\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