mirror of
https://github.com/khuedoan/homelab.git
synced 2025-02-08 10:04:58 +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"
|
||
|
}
|