We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf67c7c commit ce7c0c1Copy full SHA for ce7c0c1
terraform/cloud-init.tf
@@ -55,7 +55,7 @@ resource "proxmox_virtual_environment_file" "cloud_config2" {
55
- docker
56
shell: /bin/bash
57
ssh_authorized_keys:
58
- - ${trimspace(local.ssh_public_key)}
+ - ${trimspace(local.ssh_public_key_1)}
59
- ${trimspace(local.ssh_public_key_2)}
60
sudo: ALL=(ALL) NOPASSWD:ALL
61
runcmd:
0 commit comments