Update terraform/main.tf
This commit is contained in:
@@ -85,6 +85,9 @@ resource "proxmox_vm_qemu" "k3server" {
|
|||||||
sshkeys = "${var.sshkeys}"
|
sshkeys = "${var.sshkeys}"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#kasm
|
||||||
|
#------------------------------------------------------
|
||||||
|
|
||||||
resource "proxmox_vm_qemu" "kasm" {
|
resource "proxmox_vm_qemu" "kasm" {
|
||||||
count = 1
|
count = 1
|
||||||
ciuser = "administrator"
|
ciuser = "administrator"
|
||||||
|
|||||||
Reference in New Issue
Block a user