mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-09 06:47:01 +07:00
8 lines
122 B
HCL
8 lines
122 B
HCL
variable "ssh_public_key" {
|
|
default = "~/.ssh/id_rsa.pub"
|
|
}
|
|
|
|
variable "ssh_private_key" {
|
|
default = "~/.ssh/id_rsa"
|
|
}
|