terraform apply
All checks were successful
Gitea Actions Demo / Terraform Plan (push) Successful in 26s
All checks were successful
Gitea Actions Demo / Terraform Plan (push) Successful in 26s
This commit is contained in:
parent
2a6faeaed0
commit
ffdaa8e387
@ -42,10 +42,6 @@ resource "proxmox_vm_qemu" "alpacas" {
|
||||
|
||||
ipconfig0 = "ip=dhcp"
|
||||
|
||||
sshkeys = <<EOF
|
||||
${file("~/.ssh/id_ed25519.pub")}
|
||||
EOF
|
||||
|
||||
ciuser = "alpine"
|
||||
cipassword = var.proxmox_password
|
||||
cicustom = "user=local:snippets/cloudinit-user.yaml"
|
||||
@ -79,10 +75,6 @@ resource "proxmox_vm_qemu" "llamas" {
|
||||
|
||||
ipconfig0 = "ip=dhcp"
|
||||
|
||||
sshkeys = <<EOF
|
||||
${file("~/.ssh/id_ed25519.pub")}
|
||||
EOF
|
||||
|
||||
ciuser = "alpine"
|
||||
cipassword = var.proxmox_password
|
||||
cicustom = "user=local:snippets/cloudinit-user.yaml"
|
||||
|
Loading…
x
Reference in New Issue
Block a user