fix dir
This commit is contained in:
parent
e6e600b933
commit
ccb35f2fda
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
data "local_file" "ssh_public_key" {
|
data "local_file" "ssh_public_key" {
|
||||||
filename = "/home/mafyuh/.ssh/main_key.pub"
|
filename = "~/.ssh/main_key.pub"
|
||||||
}
|
}
|
||||||
|
|
||||||
data "local_file" "ssh_public_key_2" {
|
data "local_file" "ssh_public_key_2" {
|
||||||
filename = "/home/mafyuh/.ssh/id_rsa.pub"
|
filename = "~/.ssh/id_rsa.pub"
|
||||||
}
|
}
|
||||||
|
|
||||||
resource "proxmox_virtual_environment_file" "cloud_config" {
|
resource "proxmox_virtual_environment_file" "cloud_config" {
|
||||||
|
|
Loading…
Reference in a new issue