stage #8

Merged
micqdf merged 10 commits from stage into master 2025-04-17 16:12:34 +00:00
Showing only changes of commit 2b8233e870 - Show all commits

View File

@ -21,9 +21,9 @@ resource "null_resource" "upload_cloud_init_alpaca" {
count = var.alpaca_vm_count count = var.alpaca_vm_count
connection { connection {
type = "ssh" type = "ssh"
user = "root" user = "root"
host = var.target_node host = var.target_node
} }
provisioner "file" { provisioner "file" {
@ -55,9 +55,9 @@ resource "null_resource" "upload_cloud_init_llama" {
count = var.llama_vm_count count = var.llama_vm_count
connection { connection {
type = "ssh" type = "ssh"
user = "root" user = "root"
host = var.target_node host = var.target_node
} }
provisioner "file" { provisioner "file" {