Skip to content

Commit ccb35f2

Browse files
committedOct 12, 2024
fix dir
1 parent e6e600b commit ccb35f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎terraform/cloud-init.tf

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
data "local_file" "ssh_public_key" {
2-
filename = "/home/mafyuh/.ssh/main_key.pub"
2+
filename = "~/.ssh/main_key.pub"
33
}
44

55
data "local_file" "ssh_public_key_2" {
6-
filename = "/home/mafyuh/.ssh/id_rsa.pub"
6+
filename = "~/.ssh/id_rsa.pub"
77
}
88

99
resource "proxmox_virtual_environment_file" "cloud_config" {

0 commit comments

Comments
 (0)
Please sign in to comment.