Add ssh-keys to hetzner-cloud

This commit is contained in:
2025-03-08 21:37:15 +01:00
parent f37c92c439
commit 2d93766c09
3 changed files with 23 additions and 1 deletions

View File

@@ -1,4 +1,8 @@
variable "hetzner_apitoken" {
variable "hetzner_dns_apitoken" {
type = string
}
variable "hetzner_cloud_apitoken" {
type = string
}
@@ -11,3 +15,7 @@ variable "sozpaedil_net_dkim" {
type = string
sensitive = true
}
variable "ssh_keys" {
type = map(string)
}