Skip to content

Commit 63c9149

Browse files
committedOct 14, 2024
fix kasm
1 parent aa758af commit 63c9149

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed
 

‎terraform/kasm.tf

-14
Original file line numberDiff line numberDiff line change
@@ -59,18 +59,4 @@ resource "proxmox_virtual_environment_vm" "Kasm" {
5959
initialization[0].user_data_file_id
6060
]
6161
}
62-
63-
provisioner "remote-exec" {
64-
inline = [
65-
"cd /home/mafyuh/iac/docker/kasm",
66-
"git pull",
67-
"docker compose up -d"
68-
]
69-
connection {
70-
type = "ssh"
71-
user = "mafyuh"
72-
private_key = file("/home/mafyuh/.ssh/id_rsa")
73-
host = var.kasm_ssh_ip
74-
}
75-
}
7662
}

0 commit comments

Comments
 (0)
Please sign in to comment.