Skip to content

Commit ce7c0c1

Browse files
committedOct 13, 2024
test
1 parent cf67c7c commit ce7c0c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎terraform/cloud-init.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ resource "proxmox_virtual_environment_file" "cloud_config2" {
5555
- docker
5656
shell: /bin/bash
5757
ssh_authorized_keys:
58-
- ${trimspace(local.ssh_public_key)}
58+
- ${trimspace(local.ssh_public_key_1)}
5959
- ${trimspace(local.ssh_public_key_2)}
6060
sudo: ALL=(ALL) NOPASSWD:ALL
6161
runcmd:

0 commit comments

Comments
 (0)
Please sign in to comment.