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